File indexing completed on 2025-12-16 09:47:58
0001
0002
0003
0004
0005
0006
0007 #if !defined(FUSION_LIST_FORWARD_07172005_0224)
0008 #define FUSION_LIST_FORWARD_07172005_0224
0009
0010 #include <boost/fusion/support/config.hpp>
0011 #include <boost/fusion/container/list/detail/cpp03/limits.hpp>
0012 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
0013
0014 #if !defined(BOOST_FUSION_DONT_USE_PREPROCESSED_FILES)
0015 #include <boost/fusion/container/list/detail/cpp03/preprocessed/list_fwd.hpp>
0016 #else
0017 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
0018 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/list" FUSION_MAX_LIST_SIZE_STR "_fwd.hpp")
0019 #endif
0020
0021
0022
0023
0024
0025
0026
0027
0028
0029
0030 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
0031 #pragma wave option(preserve: 1)
0032 #endif
0033
0034 namespace boost { namespace fusion
0035 {
0036 struct void_;
0037
0038 template <
0039 BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(
0040 FUSION_MAX_LIST_SIZE, typename T, void_)
0041 >
0042 struct list;
0043 }}
0044
0045 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
0046 #pragma wave option(output: null)
0047 #endif
0048
0049 #endif
0050
0051 #endif