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/tuple_tie10.hpp>
0011 #elif FUSION_MAX_VECTOR_SIZE <= 20
0012 #include <boost/fusion/tuple/detail/preprocessed/tuple_tie20.hpp>
0013 #elif FUSION_MAX_VECTOR_SIZE <= 30
0014 #include <boost/fusion/tuple/detail/preprocessed/tuple_tie30.hpp>
0015 #elif FUSION_MAX_VECTOR_SIZE <= 40
0016 #include <boost/fusion/tuple/detail/preprocessed/tuple_tie40.hpp>
0017 #elif FUSION_MAX_VECTOR_SIZE <= 50
0018 #include <boost/fusion/tuple/detail/preprocessed/tuple_tie50.hpp>
0019 #else
0020 #error "FUSION_MAX_VECTOR_SIZE out of bounds for preprocessed headers"
0021 #endif