Warning, file /include/boost/spirit.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009 #ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_SPIRIT
0010 #define BOOST_SPIRIT_DEPRECATED_INCLUDE_SPIRIT
0011
0012 #include <boost/version.hpp>
0013
0014 #if BOOST_VERSION >= 103800
0015 #if defined(_MSC_VER) || defined(__BORLANDC__) && !defined(__clang__) || defined(__DMC__)
0016 # pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic.hpp")
0017 #elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__) || defined(__BORLANDC__)
0018 # warning "This header is deprecated. Please use: boost/spirit/include/classic.hpp"
0019 #endif
0020 #endif
0021
0022 #if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
0023 #define BOOST_SPIRIT_USE_OLD_NAMESPACE
0024 #endif
0025 #include <boost/spirit/include/classic.hpp>
0026
0027 #endif