function_eval_expr.hpp 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. /*=============================================================================
  2. Copyright (c) 2016 Kohei Takahashi
  3. Distributed under the Boost Software License, Version 1.0. (See accompanying
  4. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. ==============================================================================*/
  6. #include <boost/preprocessor/arithmetic/dec.hpp>
  7. #if !defined(BOOST_PHOENIX_DONT_USE_PREPROCESSED_FILES)
  8. #include <boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr.hpp>
  9. #else
  10. #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
  11. #pragma wave option(preserve: 2, line: 0, output: "preprocessed/function_eval_expr_" BOOST_PHOENIX_LIMIT_STR ".hpp")
  12. #endif
  13. /*=============================================================================
  14. Copyright (c) 2001-2007 Joel de Guzman
  15. Copyright (c) 2016 Kohei Takahashi
  16. Distributed under the Boost Software License, Version 1.0. (See accompanying
  17. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  18. ==============================================================================*/
  19. #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
  20. #pragma wave option(preserve: 1)
  21. #endif
  22. BOOST_PHOENIX_DEFINE_EXPRESSION_VARARG(
  23. (boost)(phoenix)(detail)(function_eval)
  24. , (meta_grammar)
  25. (meta_grammar)
  26. , BOOST_PP_DEC(BOOST_PHOENIX_COMPOSITE_LIMIT)
  27. )
  28. #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
  29. #pragma wave option(output: null)
  30. #endif
  31. #endif