File indexing completed on 2025-01-18 09:41:43
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #include <boost/mpl/aux_/config/typeof.hpp>
0017 #include <boost/mpl/aux_/config/ctps.hpp>
0018 #include <boost/mpl/aux_/config/preprocessor.hpp>
0019 #include <boost/mpl/aux_/config/workaround.hpp>
0020
0021 #include <boost/preprocessor/cat.hpp>
0022 #include <boost/preprocessor/stringize.hpp>
0023
0024 #if defined(BOOST_MPL_CFG_TYPEOF_BASED_SEQUENCES)
0025 # define AUX778076_INCLUDE_DIR typeof_based
0026 #elif defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION)
0027 # define AUX778076_INCLUDE_DIR no_ctps
0028 #else
0029 # define AUX778076_INCLUDE_DIR plain
0030 #endif
0031
0032 #if !defined(BOOST_NEEDS_TOKEN_PASTING_OP_FOR_TOKENS_JUXTAPOSING)
0033 # define AUX778076_HEADER \
0034 AUX778076_INCLUDE_DIR/BOOST_MPL_PREPROCESSED_HEADER \
0035
0036 #else
0037 # define AUX778076_HEADER \
0038 BOOST_PP_CAT(AUX778076_INCLUDE_DIR,/)##BOOST_MPL_PREPROCESSED_HEADER \
0039
0040 #endif
0041
0042 #if BOOST_WORKAROUND(__IBMCPP__, BOOST_TESTED_AT(700))
0043 # define AUX778076_INCLUDE_STRING BOOST_PP_STRINGIZE(boost/mpl/map/aux_/preprocessed/AUX778076_HEADER)
0044 # include AUX778076_INCLUDE_STRING
0045 # undef AUX778076_INCLUDE_STRING
0046 #else
0047 # include BOOST_PP_STRINGIZE(boost/mpl/map/aux_/preprocessed/AUX778076_HEADER)
0048 #endif
0049
0050 # undef AUX778076_HEADER
0051 # undef AUX778076_INCLUDE_DIR
0052
0053 #undef BOOST_MPL_PREPROCESSED_HEADER