12345678910111213141516171819202122 |
- #if FUSION_MAX_SET_SIZE <= 10
- #include <boost/fusion/container/set/detail/cpp03/preprocessed/as_set10.hpp>
- #elif FUSION_MAX_SET_SIZE <= 20
- #include <boost/fusion/container/set/detail/cpp03/preprocessed/as_set20.hpp>
- #elif FUSION_MAX_SET_SIZE <= 30
- #include <boost/fusion/container/set/detail/cpp03/preprocessed/as_set30.hpp>
- #elif FUSION_MAX_SET_SIZE <= 40
- #include <boost/fusion/container/set/detail/cpp03/preprocessed/as_set40.hpp>
- #elif FUSION_MAX_SET_SIZE <= 50
- #include <boost/fusion/container/set/detail/cpp03/preprocessed/as_set50.hpp>
- #else
- #error "FUSION_MAX_SET_SIZE out of bounds for preprocessed headers"
- #endif
|