new_expr.hpp 1.1 KB

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