Warning, file /include/boost/metaparse/v1/sequence.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #ifndef BOOST_METAPARSE_V1_SEQUENCE_HPP
0002 #define BOOST_METAPARSE_V1_SEQUENCE_HPP
0003
0004
0005
0006
0007
0008
0009 #include <boost/metaparse/config.hpp>
0010
0011 #if BOOST_METAPARSE_STD >= 2011
0012 # include <boost/metaparse/v1/cpp11/sequence.hpp>
0013 #else
0014 # include <boost/metaparse/v1/cpp98/sequence.hpp>
0015 #endif
0016
0017 #endif
0018