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