File indexing completed on 2025-01-18 09:47:40
0001
0002 #if !defined(BOOST_PHOENIX_DONT_USE_PREPROCESSED_FILES)
0003 #ifndef BOOST_PHOENIX_STATEMENT_DETAIL_TRY_CATCH_EXPRESSION_HPP
0004 #define BOOST_PHOENIX_STATEMENT_DETAIL_TRY_CATCH_EXPRESSION_HPP
0005
0006 #include <boost/phoenix/support/iterate.hpp>
0007
0008 #include <boost/phoenix/statement/detail/preprocessed/try_catch_expression.hpp>
0009
0010 #endif
0011 #else
0012
0013 #if !BOOST_PHOENIX_IS_ITERATING
0014
0015 #ifndef BOOST_PHOENIX_STATEMENT_DETAIL_TRY_CATCH_EXPRESSION_HPP
0016 #define BOOST_PHOENIX_STATEMENT_DETAIL_TRY_CATCH_EXPRESSION_HPP
0017
0018 #include <boost/phoenix/support/iterate.hpp>
0019
0020 #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
0021 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/try_catch_expression_" BOOST_PHOENIX_LIMIT_STR ".hpp")
0022 #endif
0023
0024
0025
0026
0027
0028
0029
0030
0031
0032 #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
0033 #pragma wave option(preserve: 1)
0034 #endif
0035
0036 #define BOOST_PHOENIX_ITERATION_PARAMS \
0037 (3, (0, BOOST_PHOENIX_CATCH_LIMIT, \
0038 <boost/phoenix/statement/detail/try_catch_expression.hpp>))
0039 #include BOOST_PHOENIX_ITERATE()
0040
0041 #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
0042 #pragma wave option(output: null)
0043 #endif
0044
0045 #endif
0046
0047 #else
0048
0049 template <
0050 typename Try
0051 BOOST_PP_COMMA_IF(BOOST_PHOENIX_ITERATION)
0052 BOOST_PHOENIX_typename_A
0053 >
0054 struct try_catch<
0055 Try
0056 BOOST_PP_COMMA_IF(BOOST_PHOENIX_ITERATION)
0057 BOOST_PHOENIX_A
0058 >
0059 : expr_ext<
0060 try_catch_actor
0061 , tag::try_catch
0062 , Try
0063 BOOST_PP_COMMA_IF(BOOST_PHOENIX_ITERATION) BOOST_PHOENIX_A
0064 >
0065 {};
0066
0067
0068 #endif
0069
0070 #endif