• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #if !defined(BOOST_PHOENIX_DONT_USE_PREPROCESSED_FILES)
2 
3 #include <boost/phoenix/object/detail/cpp03/preprocessed/new_expr.hpp>
4 
5 #else
6 
7 #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
8 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/new_expr_" BOOST_PHOENIX_LIMIT_STR ".hpp")
9 #endif
10 
11 /*==============================================================================
12     Copyright (c) 2016 Kohei Takahashi
13 
14     Distributed under the Boost Software License, Version 1.0. (See accompanying
15     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
16 ==============================================================================*/
17 
18 #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
19 #pragma wave option(preserve: 1)
20 #endif
21 
22 BOOST_PHOENIX_DEFINE_EXPRESSION_VARARG(
23     (boost)(phoenix)(new_)
24   , (proto::terminal<detail::target<proto::_> >)
25     (meta_grammar)
26   , BOOST_PHOENIX_COMPOSITE_LIMIT
27 )
28 
29 #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
30 #pragma wave option(output: null)
31 #endif
32 
33 #endif
34 
35