Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:44:26

0001 /*=============================================================================
0002     Copyright (c) 2011 Hartmut Kaiser
0003 
0004     Distributed under the Boost Software License, Version 1.0. (See accompanying 
0005     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0006 ==============================================================================*/
0007 
0008 #if !defined(BOOST_PHOENIX_PREPROCESSED_CORE_ARGUMENT_HPP)
0009 #define BOOST_PHOENIX_PREPROCESSED_CORE_ARGUMENT_HPP
0010 
0011 #ifndef BOOST_PHOENIX_NO_PREDEFINED_TERMINALS
0012 
0013 #if BOOST_PHOENIX_LIMIT <= 10
0014 #include <boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_10.hpp>
0015 #elif BOOST_PHOENIX_LIMIT <= 20
0016 #include <boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_10.hpp>
0017 #elif BOOST_PHOENIX_LIMIT <= 30
0018 #include <boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_10.hpp>
0019 #elif BOOST_PHOENIX_LIMIT <= 40
0020 #include <boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_10.hpp>
0021 #elif BOOST_PHOENIX_LIMIT <= 50
0022 #include <boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_10.hpp>
0023 #else
0024 #error "BOOST_PHOENIX_LIMIT out of bounds for preprocessed headers"
0025 #endif
0026 
0027 #else
0028 
0029 #if BOOST_PHOENIX_LIMIT <= 10
0030 #include <boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_10.hpp>
0031 #elif BOOST_PHOENIX_LIMIT <= 20
0032 #include <boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_10.hpp>
0033 #elif BOOST_PHOENIX_LIMIT <= 30
0034 #include <boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_10.hpp>
0035 #elif BOOST_PHOENIX_LIMIT <= 40
0036 #include <boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_10.hpp>
0037 #elif BOOST_PHOENIX_LIMIT <= 50
0038 #include <boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_10.hpp>
0039 #else
0040 #error "BOOST_PHOENIX_LIMIT out of bounds for preprocessed headers"
0041 #endif
0042 
0043 #endif
0044 
0045 #endif