123456789101112131415161718192021222324252627282930 |
- # if !defined(__GCCXML_GNUC__) || ((__GCCXML_GNUC__ <= 3) && (__GCCXML_GNUC_MINOR__ <= 3))
- # define BOOST_NO_IS_ABSTRACT
- # endif
- #if !defined(__MINGW32__) && !defined(_MSC_VER) && !defined(linux) && !defined(__linux) && !defined(__linux__)
- # define BOOST_HAS_THREADS
- #endif
- #define BOOST_HAS_LONG_LONG
- #define BOOST_COMPILER "GCC-XML C++ version " __GCCXML__
|