Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:46:32

0001 
0002 #if !defined(BOOST_PHOENIX_DONT_USE_PREPROCESSED_FILES)
0003 
0004 #include <boost/phoenix/support/iterate.hpp>
0005 #include <boost/phoenix/scope/detail/cpp03/preprocessed/lambda.hpp>
0006 
0007 #else
0008 
0009 #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
0010 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/lambda_" BOOST_PHOENIX_LIMIT_STR ".hpp")
0011 #endif
0012 
0013 /*==============================================================================
0014     Copyright (c) 2001-2010 Joel de Guzman
0015     Copyright (c) 2004 Daniel Wallin
0016     Copyright (c) 2010 Thomas Heller
0017     Copyright (c) 2016 Kohei Takahashi
0018 
0019     Distributed under the Boost Software License, Version 1.0. (See accompanying
0020     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0021 ==============================================================================*/
0022 
0023 #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
0024 #pragma wave option(preserve: 1)
0025 #endif
0026 
0027 #define BOOST_PHOENIX_SCOPE_ACTOR_GEN_NAME lambda_actor_gen
0028 #define BOOST_PHOENIX_SCOPE_ACTOR_GEN_FUNCTION operator()
0029 #define BOOST_PHOENIX_SCOPE_ACTOR_GEN_CONST const
0030     #include <boost/phoenix/scope/detail/cpp03/local_gen.hpp>
0031 #undef BOOST_PHOENIX_SCOPE_ACTOR_GEN_NAME
0032 #undef BOOST_PHOENIX_SCOPE_ACTOR_GEN_FUNCTION
0033 #undef BOOST_PHOENIX_SCOPE_ACTOR_GEN_CONST
0034 
0035 #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
0036 #pragma wave option(output: null)
0037 #endif
0038 
0039 #endif