File indexing completed on 2025-01-18 09:34:33
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #if FUSION_MAX_VECTOR_SIZE <= 10
0011 #include <boost/fusion/container/vector/detail/cpp03/preprocessed/vvector10_fwd.hpp>
0012 #elif FUSION_MAX_VECTOR_SIZE <= 20
0013 #include <boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20_fwd.hpp>
0014 #elif FUSION_MAX_VECTOR_SIZE <= 30
0015 #include <boost/fusion/container/vector/detail/cpp03/preprocessed/vvector30_fwd.hpp>
0016 #elif FUSION_MAX_VECTOR_SIZE <= 40
0017 #include <boost/fusion/container/vector/detail/cpp03/preprocessed/vvector40_fwd.hpp>
0018 #elif FUSION_MAX_VECTOR_SIZE <= 50
0019 #include <boost/fusion/container/vector/detail/cpp03/preprocessed/vvector50_fwd.hpp>
0020 #else
0021 #error "FUSION_MAX_VECTOR_SIZE out of bounds for preprocessed headers"
0022 #endif