Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #if !defined(BOOST_PHOENIX_DONT_USE_PREPROCESSED_FILES)
0002 
0003 #include <boost/phoenix/object/detail/cpp03/preprocessed/construct_expr.hpp>
0004 
0005 #else
0006 
0007 #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
0008 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/construct_expr_" BOOST_PHOENIX_LIMIT_STR ".hpp")
0009 #endif
0010 
0011 /*==============================================================================
0012     Copyright (c) 2016 Kohei Takahashi
0013 
0014     Distributed under the Boost Software License, Version 1.0. (See accompanying
0015     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0016 ==============================================================================*/
0017 
0018 #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
0019 #pragma wave option(preserve: 1)
0020 #endif
0021 
0022 BOOST_PHOENIX_DEFINE_EXPRESSION_VARARG(
0023     (boost)(phoenix)(construct)
0024   , (proto::terminal<detail::target<proto::_> >)
0025     (meta_grammar)
0026   , BOOST_PHOENIX_COMPOSITE_LIMIT
0027 )
0028 
0029 #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
0030 #pragma wave option(output: null)
0031 #endif
0032 
0033 #endif
0034