File indexing completed on 2025-01-18 09:34:39
0001 #ifndef BOOST_PP_IS_ITERATING
0002
0003
0004
0005
0006
0007
0008
0009 #if !defined(BOOST_FUSION_VECTOR30_FWD_HPP_INCLUDED)
0010 #define BOOST_FUSION_VECTOR30_FWD_HPP_INCLUDED
0011
0012 #include <boost/fusion/support/config.hpp>
0013 #include <boost/preprocessor/cat.hpp>
0014 #include <boost/preprocessor/iteration/iterate.hpp>
0015 #include <boost/preprocessor/repetition/enum_params.hpp>
0016
0017 #if !defined(BOOST_FUSION_DONT_USE_PREPROCESSED_FILES)
0018 #include <boost/fusion/container/vector/detail/cpp03/preprocessed/vector30_fwd.hpp>
0019 #else
0020 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
0021 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/vector30_fwd.hpp")
0022 #endif
0023
0024
0025
0026
0027
0028
0029
0030
0031
0032
0033
0034 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
0035 #pragma wave option(preserve: 1)
0036 #endif
0037
0038 namespace boost { namespace fusion
0039 {
0040
0041 #define BOOST_PP_FILENAME_1 <boost/fusion/container/vector/detail/cpp03/vector30_fwd.hpp>
0042 #define BOOST_PP_ITERATION_LIMITS (21, 30)
0043 #include BOOST_PP_ITERATE()
0044 }}
0045
0046 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
0047 #pragma wave option(output: null)
0048 #endif
0049
0050 #endif
0051
0052 #endif
0053
0054 #else
0055
0056 template <BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(), typename T)>
0057 struct BOOST_PP_CAT(vector, BOOST_PP_ITERATION());
0058
0059 #endif