File indexing completed on 2025-01-18 09:33:49
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #if FUSION_MAX_SET_SIZE <= 10
0011 #include <boost/fusion/container/set/detail/cpp03/preprocessed/set10.hpp>
0012 #elif FUSION_MAX_SET_SIZE <= 20
0013 #include <boost/fusion/container/set/detail/cpp03/preprocessed/set20.hpp>
0014 #elif FUSION_MAX_SET_SIZE <= 30
0015 #include <boost/fusion/container/set/detail/cpp03/preprocessed/set30.hpp>
0016 #elif FUSION_MAX_SET_SIZE <= 40
0017 #include <boost/fusion/container/set/detail/cpp03/preprocessed/set40.hpp>
0018 #elif FUSION_MAX_SET_SIZE <= 50
0019 #include <boost/fusion/container/set/detail/cpp03/preprocessed/set50.hpp>
0020 #else
0021 #error "FUSION_MAX_SET_SIZE out of bounds for preprocessed headers"
0022 #endif