File indexing completed on 2025-01-18 09:45:06
0001
0002
0003
0004
0005
0006
0007
0008 #include <boost/preprocessor/arithmetic/dec.hpp>
0009
0010 #if !defined(BOOST_PHOENIX_DONT_USE_PREPROCESSED_FILES)
0011 #include <boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr.hpp>
0012 #else
0013 #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
0014 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/function_eval_expr_" BOOST_PHOENIX_LIMIT_STR ".hpp")
0015 #endif
0016
0017
0018
0019
0020
0021
0022
0023
0024 #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
0025 #pragma wave option(preserve: 1)
0026 #endif
0027
0028 BOOST_PHOENIX_DEFINE_EXPRESSION_VARARG(
0029 (boost)(phoenix)(detail)(function_eval)
0030 , (meta_grammar)
0031 (meta_grammar)
0032 , BOOST_PP_DEC(BOOST_PHOENIX_COMPOSITE_LIMIT)
0033 )
0034
0035 #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
0036 #pragma wave option(output: null)
0037 #endif
0038
0039 #endif