12345678910111213141516171819202122 |
- #if FUSION_MAX_SET_SIZE <= 10
- #include <boost/fusion/container/set/detail/cpp03/preprocessed/set10_fwd.hpp>
- #elif FUSION_MAX_SET_SIZE <= 20
- #include <boost/fusion/container/set/detail/cpp03/preprocessed/set20_fwd.hpp>
- #elif FUSION_MAX_SET_SIZE <= 30
- #include <boost/fusion/container/set/detail/cpp03/preprocessed/set30_fwd.hpp>
- #elif FUSION_MAX_SET_SIZE <= 40
- #include <boost/fusion/container/set/detail/cpp03/preprocessed/set40_fwd.hpp>
- #elif FUSION_MAX_SET_SIZE <= 50
- #include <boost/fusion/container/set/detail/cpp03/preprocessed/set50_fwd.hpp>
- #else
- #error "FUSION_MAX_SET_SIZE out of bounds for preprocessed headers"
- #endif
|