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_VECTOR10_FWD_HPP_INCLUDED)
0010 #define BOOST_FUSION_VECTOR10_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 namespace boost { namespace fusion
0018 {
0019 template <typename Dummy = void>
0020 struct vector0;
0021 }}
0022
0023 #if !defined(BOOST_FUSION_DONT_USE_PREPROCESSED_FILES)
0024 #include <boost/fusion/container/vector/detail/cpp03/preprocessed/vector10_fwd.hpp>
0025 #else
0026 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
0027 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/vector10_fwd.hpp")
0028 #endif
0029
0030
0031
0032
0033
0034
0035
0036
0037
0038
0039 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
0040 #pragma wave option(preserve: 1)
0041 #endif
0042
0043 namespace boost { namespace fusion
0044 {
0045
0046 #define BOOST_PP_FILENAME_1 <boost/fusion/container/vector/detail/cpp03/vector10_fwd.hpp>
0047 #define BOOST_PP_ITERATION_LIMITS (1, 10)
0048 #include BOOST_PP_ITERATE()
0049 }}
0050
0051 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
0052 #pragma wave option(output: null)
0053 #endif
0054
0055 #endif
0056
0057 #endif
0058
0059 #else
0060
0061 template <BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(), typename T)>
0062 struct BOOST_PP_CAT(vector, BOOST_PP_ITERATION());
0063
0064 #endif