File indexing completed on 2025-01-18 09:33:52
0001
0002
0003
0004
0005
0006
0007 #if !defined(FUSION_SET_FORWARD_09162005_1102)
0008 #define FUSION_SET_FORWARD_09162005_1102
0009
0010 #include <boost/fusion/support/config.hpp>
0011 #include <boost/fusion/container/set/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/set/detail/cpp03/preprocessed/set_fwd.hpp>
0016 #else
0017 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
0018 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/set" FUSION_MAX_SET_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 struct set_tag;
0038 struct set_iterator_tag;
0039
0040 template <
0041 BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(
0042 FUSION_MAX_SET_SIZE, typename T, void_)
0043 >
0044 struct set;
0045 }}
0046
0047 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
0048 #pragma wave option(output: null)
0049 #endif
0050
0051 #endif
0052
0053 #endif