annotate DEPENDENCIES/generic/include/boost/phoenix/statement/detail/try_catch_expression.hpp @ 133:4acb5d8d80b6 tip

Don't fail environmental check if README.md exists (but .txt and no-suffix don't)
author Chris Cannam
date Tue, 30 Jul 2019 12:25:44 +0100
parents 2665513ce2d3
children
rev   line source
Chris@16 1
Chris@16 2 #if !defined(BOOST_PHOENIX_DONT_USE_PREPROCESSED_FILES)
Chris@16 3 #ifndef BOOST_PHOENIX_STATEMENT_DETAIL_TRY_CATCH_EXPRESSION_HPP
Chris@16 4 #define BOOST_PHOENIX_STATEMENT_DETAIL_TRY_CATCH_EXPRESSION_HPP
Chris@16 5
Chris@16 6 #include <boost/phoenix/support/iterate.hpp>
Chris@16 7
Chris@16 8 #include <boost/phoenix/statement/detail/preprocessed/try_catch_expression.hpp>
Chris@16 9
Chris@16 10 #endif
Chris@16 11 #else
Chris@16 12
Chris@16 13 #if !BOOST_PHOENIX_IS_ITERATING
Chris@16 14
Chris@16 15 #ifndef BOOST_PHOENIX_STATEMENT_DETAIL_TRY_CATCH_EXPRESSION_HPP
Chris@16 16 #define BOOST_PHOENIX_STATEMENT_DETAIL_TRY_CATCH_EXPRESSION_HPP
Chris@16 17
Chris@16 18 #include <boost/phoenix/support/iterate.hpp>
Chris@16 19
Chris@16 20 #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
Chris@16 21 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/try_catch_expression_" BOOST_PHOENIX_LIMIT_STR ".hpp")
Chris@16 22 #endif
Chris@16 23
Chris@16 24 /*==============================================================================
Chris@16 25 Copyright (c) 2005-2010 Joel de Guzman
Chris@16 26 Copyright (c) 2010 Thomas Heller
Chris@16 27
Chris@16 28 Distributed under the Boost Software License, Version 1.0. (See accompanying
Chris@16 29 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Chris@16 30 ==============================================================================*/
Chris@16 31
Chris@16 32 #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
Chris@16 33 #pragma wave option(preserve: 1)
Chris@16 34 #endif
Chris@16 35
Chris@16 36 #define BOOST_PHOENIX_ITERATION_PARAMS \
Chris@16 37 (3, (0, BOOST_PHOENIX_CATCH_LIMIT, \
Chris@16 38 <boost/phoenix/statement/detail/try_catch_expression.hpp>))
Chris@16 39 #include BOOST_PHOENIX_ITERATE()
Chris@16 40
Chris@16 41 #if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
Chris@16 42 #pragma wave option(output: null)
Chris@16 43 #endif
Chris@16 44
Chris@16 45 #endif
Chris@16 46
Chris@16 47 #else
Chris@16 48
Chris@16 49 template <
Chris@16 50 typename Try
Chris@16 51 BOOST_PP_COMMA_IF(BOOST_PHOENIX_ITERATION)
Chris@16 52 BOOST_PHOENIX_typename_A
Chris@16 53 >
Chris@16 54 struct try_catch<
Chris@16 55 Try
Chris@16 56 BOOST_PP_COMMA_IF(BOOST_PHOENIX_ITERATION)
Chris@16 57 BOOST_PHOENIX_A
Chris@16 58 >
Chris@16 59 : expr_ext<
Chris@16 60 try_catch_actor
Chris@16 61 , tag::try_catch
Chris@16 62 , Try
Chris@16 63 BOOST_PP_COMMA_IF(BOOST_PHOENIX_ITERATION) BOOST_PHOENIX_A
Chris@16 64 >
Chris@16 65 {};
Chris@16 66 /**/
Chris@16 67
Chris@16 68 #endif
Chris@16 69
Chris@16 70 #endif // BOOST_PHOENIX_DONT_USE_PREPROCESSED_FILES