mem_fun_ptr_expr.hpp 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. #if !defined(BOOST_PHOENIX_DONT_USE_PREPROCESSED_FILES)
  2. #include <boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr.hpp>
  3. #else
  4. #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
  5. #pragma wave option(preserve: 2, line: 0, output: "preprocessed/mem_fun_ptr_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)(mem_fun_ptr)
  17. , (meta_grammar)
  18. (meta_grammar)
  19. , BOOST_PHOENIX_LIMIT
  20. )
  21. #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
  22. #pragma wave option(output: null)
  23. #endif
  24. #endif // BOOST_PHOENIX_DONT_USE_PREPROCESSED_FILES