forked from boostorg/fusion
Likewise.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user