File indexing completed on 2025-01-18 09:34:55
0001
0002
0003
0004
0005
0006
0007
0008
0009 #if FUSION_MAX_VECTOR_SIZE <= 10
0010 #include <boost/fusion/tuple/detail/preprocessed/tuple10_fwd.hpp>
0011 #elif FUSION_MAX_VECTOR_SIZE <= 20
0012 #include <boost/fusion/tuple/detail/preprocessed/tuple20_fwd.hpp>
0013 #elif FUSION_MAX_VECTOR_SIZE <= 30
0014 #include <boost/fusion/tuple/detail/preprocessed/tuple30_fwd.hpp>
0015 #elif FUSION_MAX_VECTOR_SIZE <= 40
0016 #include <boost/fusion/tuple/detail/preprocessed/tuple40_fwd.hpp>
0017 #elif FUSION_MAX_VECTOR_SIZE <= 50
0018 #include <boost/fusion/tuple/detail/preprocessed/tuple50_fwd.hpp>
0019 #else
0020 #error "FUSION_MAX_VECTOR_SIZE out of bounds for preprocessed headers"
0021 #endif