File indexing completed on 2025-01-18 09:33:53
0001
0002
0003
0004
0005
0006
0007 #ifndef FUSION_SET_FORWARD_11062014_1720
0008 #define FUSION_SET_FORWARD_11062014_1720
0009
0010 #include <boost/config.hpp>
0011 #include <boost/fusion/support/config.hpp>
0012 #include <boost/fusion/container/vector/detail/config.hpp>
0013
0014 #if !defined(BOOST_FUSION_HAS_VARIADIC_VECTOR) \
0015 || (defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES))
0016 # if defined(BOOST_FUSION_HAS_VARIADIC_SET)
0017 # undef BOOST_FUSION_HAS_VARIADIC_SET
0018 # endif
0019 #else
0020 # if !defined(BOOST_FUSION_HAS_VARIADIC_SET)
0021 # define BOOST_FUSION_HAS_VARIADIC_SET
0022 # endif
0023 #endif
0024
0025
0026
0027
0028 #if !defined(BOOST_FUSION_HAS_VARIADIC_SET)
0029 # include <boost/fusion/container/set/detail/cpp03/set_fwd.hpp>
0030 #else
0031
0032
0033
0034
0035 namespace boost { namespace fusion
0036 {
0037 struct set_tag;
0038 struct set_iterator_tag;
0039
0040 template <typename ...T>
0041 struct set;
0042 }}
0043
0044 #endif
0045 #endif
0046