File indexing completed on 2025-01-18 09:32:15
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #if FUSION_MAX_MAP_SIZE <= 10
0011 #include <boost/fusion/container/generation/detail/preprocessed/make_map10.hpp>
0012 #elif FUSION_MAX_MAP_SIZE <= 20
0013 #include <boost/fusion/container/generation/detail/preprocessed/make_map20.hpp>
0014 #elif FUSION_MAX_MAP_SIZE <= 30
0015 #include <boost/fusion/container/generation/detail/preprocessed/make_map30.hpp>
0016 #elif FUSION_MAX_MAP_SIZE <= 40
0017 #include <boost/fusion/container/generation/detail/preprocessed/make_map40.hpp>
0018 #elif FUSION_MAX_MAP_SIZE <= 50
0019 #include <boost/fusion/container/generation/detail/preprocessed/make_map50.hpp>
0020 #else
0021 #error "FUSION_MAX_MAP_SIZE out of bounds for preprocessed headers"
0022 #endif