Warning, file /include/boost/predef.h 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 #if !defined(BOOST_PREDEF_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS)
0009 #ifndef BOOST_PREDEF_H
0010 #define BOOST_PREDEF_H
0011 #endif
0012
0013 #include <boost/predef/language.h>
0014 #include <boost/predef/architecture.h>
0015 #include <boost/predef/compiler.h>
0016 #include <boost/predef/library.h>
0017 #include <boost/predef/os.h>
0018 #include <boost/predef/other.h>
0019 #include <boost/predef/platform.h>
0020 #include <boost/predef/hardware.h>
0021
0022 #include <boost/predef/version.h>
0023
0024 #endif