forked from boostorg/fusion
Likewise.
This commit is contained in:
@ -49,7 +49,7 @@ BOOST_FUSION_BARRIER_END
|
||||
}}}
|
||||
|
||||
#if !defined(BOOST_FUSION_DONT_USE_PREPROCESSED_FILES)
|
||||
#include <boost/fusion/container/set/detail/preprocessed/as_set.hpp>
|
||||
#include <boost/fusion/container/set/detail/cpp03/preprocessed/as_set.hpp>
|
||||
#else
|
||||
#if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
|
||||
#pragma wave option(preserve: 2, line: 0, output: "preprocessed/as_set" FUSION_MAX_SET_SIZE_STR ".hpp")
|
||||
@ -84,7 +84,7 @@ BOOST_FUSION_BARRIER_BEGIN
|
||||
typedef typename fusion::result_of::value_of<BOOST_PP_CAT(I, n)>::type \
|
||||
BOOST_PP_CAT(T, n);
|
||||
|
||||
#define BOOST_PP_FILENAME_1 <boost/fusion/container/set/detail/as_set.hpp>
|
||||
#define BOOST_PP_FILENAME_1 <boost/fusion/container/set/detail/cpp03/as_set.hpp>
|
||||
#define BOOST_PP_ITERATION_LIMITS (1, FUSION_MAX_SET_SIZE)
|
||||
#include BOOST_PP_ITERATE()
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
#define FUSION_SET_LIMITS_09162005_1103
|
||||
|
||||
#include <boost/fusion/support/config.hpp>
|
||||
#include <boost/fusion/container/vector/limits.hpp>
|
||||
#include <boost/fusion/container/vector/detail/cpp03/limits.hpp>
|
||||
|
||||
#if !defined(FUSION_MAX_SET_SIZE)
|
||||
# define FUSION_MAX_SET_SIZE FUSION_MAX_VECTOR_SIZE
|
||||
|
@ -8,15 +8,15 @@
|
||||
==============================================================================*/
|
||||
|
||||
#if FUSION_MAX_SET_SIZE <= 10
|
||||
#include <boost/fusion/container/set/detail/preprocessed/as_set10.hpp>
|
||||
#include <boost/fusion/container/set/detail/cpp03/preprocessed/as_set10.hpp>
|
||||
#elif FUSION_MAX_SET_SIZE <= 20
|
||||
#include <boost/fusion/container/set/detail/preprocessed/as_set20.hpp>
|
||||
#include <boost/fusion/container/set/detail/cpp03/preprocessed/as_set20.hpp>
|
||||
#elif FUSION_MAX_SET_SIZE <= 30
|
||||
#include <boost/fusion/container/set/detail/preprocessed/as_set30.hpp>
|
||||
#include <boost/fusion/container/set/detail/cpp03/preprocessed/as_set30.hpp>
|
||||
#elif FUSION_MAX_SET_SIZE <= 40
|
||||
#include <boost/fusion/container/set/detail/preprocessed/as_set40.hpp>
|
||||
#include <boost/fusion/container/set/detail/cpp03/preprocessed/as_set40.hpp>
|
||||
#elif FUSION_MAX_SET_SIZE <= 50
|
||||
#include <boost/fusion/container/set/detail/preprocessed/as_set50.hpp>
|
||||
#include <boost/fusion/container/set/detail/cpp03/preprocessed/as_set50.hpp>
|
||||
#else
|
||||
#error "FUSION_MAX_SET_SIZE out of bounds for preprocessed headers"
|
||||
#endif
|
||||
|
@ -8,15 +8,15 @@
|
||||
==============================================================================*/
|
||||
|
||||
#if FUSION_MAX_SET_SIZE <= 10
|
||||
#include <boost/fusion/container/set/detail/preprocessed/set10.hpp>
|
||||
#include <boost/fusion/container/set/detail/cpp03/preprocessed/set10.hpp>
|
||||
#elif FUSION_MAX_SET_SIZE <= 20
|
||||
#include <boost/fusion/container/set/detail/preprocessed/set20.hpp>
|
||||
#include <boost/fusion/container/set/detail/cpp03/preprocessed/set20.hpp>
|
||||
#elif FUSION_MAX_SET_SIZE <= 30
|
||||
#include <boost/fusion/container/set/detail/preprocessed/set30.hpp>
|
||||
#include <boost/fusion/container/set/detail/cpp03/preprocessed/set30.hpp>
|
||||
#elif FUSION_MAX_SET_SIZE <= 40
|
||||
#include <boost/fusion/container/set/detail/preprocessed/set40.hpp>
|
||||
#include <boost/fusion/container/set/detail/cpp03/preprocessed/set40.hpp>
|
||||
#elif FUSION_MAX_SET_SIZE <= 50
|
||||
#include <boost/fusion/container/set/detail/preprocessed/set50.hpp>
|
||||
#include <boost/fusion/container/set/detail/cpp03/preprocessed/set50.hpp>
|
||||
#else
|
||||
#error "FUSION_MAX_SET_SIZE out of bounds for preprocessed headers"
|
||||
#endif
|
||||
|
@ -8,15 +8,15 @@
|
||||
==============================================================================*/
|
||||
|
||||
#if FUSION_MAX_SET_SIZE <= 10
|
||||
#include <boost/fusion/container/set/detail/preprocessed/set10_fwd.hpp>
|
||||
#include <boost/fusion/container/set/detail/cpp03/preprocessed/set10_fwd.hpp>
|
||||
#elif FUSION_MAX_SET_SIZE <= 20
|
||||
#include <boost/fusion/container/set/detail/preprocessed/set20_fwd.hpp>
|
||||
#include <boost/fusion/container/set/detail/cpp03/preprocessed/set20_fwd.hpp>
|
||||
#elif FUSION_MAX_SET_SIZE <= 30
|
||||
#include <boost/fusion/container/set/detail/preprocessed/set30_fwd.hpp>
|
||||
#include <boost/fusion/container/set/detail/cpp03/preprocessed/set30_fwd.hpp>
|
||||
#elif FUSION_MAX_SET_SIZE <= 40
|
||||
#include <boost/fusion/container/set/detail/preprocessed/set40_fwd.hpp>
|
||||
#include <boost/fusion/container/set/detail/cpp03/preprocessed/set40_fwd.hpp>
|
||||
#elif FUSION_MAX_SET_SIZE <= 50
|
||||
#include <boost/fusion/container/set/detail/preprocessed/set50_fwd.hpp>
|
||||
#include <boost/fusion/container/set/detail/cpp03/preprocessed/set50_fwd.hpp>
|
||||
#else
|
||||
#error "FUSION_MAX_SET_SIZE out of bounds for preprocessed headers"
|
||||
#endif
|
||||
|
@ -26,10 +26,10 @@
|
||||
#include <boost/core/enable_if.hpp>
|
||||
|
||||
#if !defined(BOOST_FUSION_DONT_USE_PREPROCESSED_FILES)
|
||||
#include <boost/fusion/container/set/detail/preprocessed/set.hpp>
|
||||
#include <boost/fusion/container/set/detail/cpp03/preprocessed/set.hpp>
|
||||
#else
|
||||
#if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
|
||||
#pragma wave option(preserve: 2, line: 0, output: "detail/preprocessed/set" FUSION_MAX_SET_SIZE_STR ".hpp")
|
||||
#pragma wave option(preserve: 2, line: 0, output: "preprocessed/set" FUSION_MAX_SET_SIZE_STR ".hpp")
|
||||
#endif
|
||||
|
||||
/*=============================================================================
|
||||
@ -75,7 +75,7 @@ namespace boost { namespace fusion
|
||||
, typename boost::enable_if<traits::is_sequence<Sequence> >::type* = 0)
|
||||
: data(rhs) {}
|
||||
|
||||
#include <boost/fusion/container/set/detail/set_forward_ctor.hpp>
|
||||
#include <boost/fusion/container/set/detail/cpp03/set_forward_ctor.hpp>
|
||||
|
||||
template <typename T>
|
||||
BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include <boost/preprocessor/repetition/enum_binary_params.hpp>
|
||||
|
||||
#define BOOST_PP_FILENAME_1 \
|
||||
<boost/fusion/container/set/detail/set_forward_ctor.hpp>
|
||||
<boost/fusion/container/set/detail/cpp03/set_forward_ctor.hpp>
|
||||
#define BOOST_PP_ITERATION_LIMITS (1, FUSION_MAX_SET_SIZE)
|
||||
#include BOOST_PP_ITERATE()
|
||||
|
||||
|
@ -8,14 +8,14 @@
|
||||
#define FUSION_SET_FORWARD_09162005_1102
|
||||
|
||||
#include <boost/fusion/support/config.hpp>
|
||||
#include <boost/fusion/container/set/limits.hpp>
|
||||
#include <boost/fusion/container/set/detail/cpp03/limits.hpp>
|
||||
#include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
|
||||
|
||||
#if !defined(BOOST_FUSION_DONT_USE_PREPROCESSED_FILES)
|
||||
#include <boost/fusion/container/set/detail/preprocessed/set_fwd.hpp>
|
||||
#include <boost/fusion/container/set/detail/cpp03/preprocessed/set_fwd.hpp>
|
||||
#else
|
||||
#if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
|
||||
#pragma wave option(preserve: 2, line: 0, output: "detail/preprocessed/set" FUSION_MAX_SET_SIZE_STR "_fwd.hpp")
|
||||
#pragma wave option(preserve: 2, line: 0, output: "preprocessed/set" FUSION_MAX_SET_SIZE_STR "_fwd.hpp")
|
||||
#endif
|
||||
|
||||
/*=============================================================================
|
||||
|
Reference in New Issue
Block a user