Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:45:06

0001 /*=============================================================================
0002     Copyright (c) 2016 Kohei Takahashi
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 #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     Copyright (c) 2001-2007 Joel de Guzman
0018     Copyright (c) 2016 Kohei Takahashi
0019 
0020     Distributed under the Boost Software License, Version 1.0. (See accompanying
0021     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
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