File indexing completed on 2025-01-18 09:41:56
0001
0002 #ifndef BOOST_MPL_LIST_HPP_INCLUDED
0003 #define BOOST_MPL_LIST_HPP_INCLUDED
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #if !defined(BOOST_MPL_PREPROCESSING_MODE)
0018 # include <boost/mpl/limits/list.hpp>
0019 # include <boost/mpl/aux_/na.hpp>
0020 # include <boost/mpl/aux_/config/preprocessor.hpp>
0021
0022 # include <boost/preprocessor/inc.hpp>
0023 # include <boost/preprocessor/cat.hpp>
0024 # include <boost/preprocessor/stringize.hpp>
0025
0026 #if !defined(BOOST_NEEDS_TOKEN_PASTING_OP_FOR_TOKENS_JUXTAPOSING)
0027 # define AUX778076_LIST_HEADER \
0028 BOOST_PP_CAT(list,BOOST_MPL_LIMIT_LIST_SIZE).hpp \
0029
0030 #else
0031 # define AUX778076_LIST_HEADER \
0032 BOOST_PP_CAT(list,BOOST_MPL_LIMIT_LIST_SIZE)##.hpp \
0033
0034 #endif
0035
0036 # include BOOST_PP_STRINGIZE(boost/mpl/list/AUX778076_LIST_HEADER)
0037 # undef AUX778076_LIST_HEADER
0038 #endif
0039
0040 #include <boost/mpl/aux_/config/use_preprocessed.hpp>
0041
0042 #if !defined(BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS) \
0043 && !defined(BOOST_MPL_PREPROCESSING_MODE)
0044
0045 # define BOOST_MPL_PREPROCESSED_HEADER list.hpp
0046 # include <boost/mpl/aux_/include_preprocessed.hpp>
0047
0048 #else
0049
0050 # include <boost/mpl/limits/list.hpp>
0051
0052 # define AUX778076_SEQUENCE_NAME list
0053 # define AUX778076_SEQUENCE_LIMIT BOOST_MPL_LIMIT_LIST_SIZE
0054 # include <boost/mpl/aux_/sequence_wrapper.hpp>
0055
0056 #endif
0057 #endif