gcc_xml.hpp BOOST_NO_IS_ABSTRACT BOOST_HAS_THREADS BOOST_HAS_LONG_LONG BOOST_NO_CONSTEXPR BOOST_NO_NULLPTR BOOST_NO_TEMPLATE_ALIASES BOOST_NO_DECLTYPE BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS BOOST_NO_RVALUE_REFERENCES BOOST_NO_STATIC_ASSERT BOOST_NO_VARIADIC_TEMPLATES BOOST_NO_VARIADIC_MACROS BOOST_NO_AUTO_DECLARATIONS BOOST_NO_AUTO_MULTIDECLARATIONS BOOST_NO_CHAR16_T BOOST_NO_CHAR32_T BOOST_NO_DEFAULTED_FUNCTIONS BOOST_NO_DELETED_FUNCTIONS BOOST_NO_INITIALIZER_LISTS BOOST_NO_SCOPED_ENUMS BOOST_NO_SFINAE_EXPR BOOST_NO_SCOPED_ENUMS BOOST_NO_EXPLICIT_CONVERSION_OPERATORS BOOST_NO_LAMBDAS BOOST_NO_RAW_LITERALS BOOST_NO_UNICODE_LITERALS BOOST_NO_NOEXCEPT BOOST_NO_UNIFIED_INITIALIZATION_SYNTAX BOOST_COMPILER "GCC-XML C++ version " __GCCXML__ //(C)CopyrightJohnMaddock2006. //Use,modificationanddistributionaresubjecttothe //BoostSoftwareLicense,Version1.0.(Seeaccompanyingfile //LICENSE_1_0.txtorcopyathttp://www.boost.org/LICENSE_1_0.txt) //Seehttp://www.boost.orgformostrecentversion. //GCC-XMLC++compilersetup: #if!defined(__GCCXML_GNUC__)||((__GCCXML_GNUC__<=3)&&(__GCCXML_GNUC_MINOR__<=3)) #defineBOOST_NO_IS_ABSTRACT #endif // //Threadingsupport:Turnthisonunconditionallyhere(exceptfor //thoseplatformswherewecanknowforsure).Itwillgetturnedoffagain //laterifnothreadingAPIisdetected. // #if!defined(__MINGW32__)&&!defined(_MSC_VER)&&!defined(linux)&&!defined(__linux)&&!defined(__linux__) #defineBOOST_HAS_THREADS #endif // //gcchas"longlong" // #defineBOOST_HAS_LONG_LONG //C++0xfeatures: // #defineBOOST_NO_CONSTEXPR #defineBOOST_NO_NULLPTR #defineBOOST_NO_TEMPLATE_ALIASES #defineBOOST_NO_DECLTYPE #defineBOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS #defineBOOST_NO_RVALUE_REFERENCES #defineBOOST_NO_STATIC_ASSERT #defineBOOST_NO_VARIADIC_TEMPLATES #defineBOOST_NO_VARIADIC_MACROS #defineBOOST_NO_AUTO_DECLARATIONS #defineBOOST_NO_AUTO_MULTIDECLARATIONS #defineBOOST_NO_CHAR16_T #defineBOOST_NO_CHAR32_T #defineBOOST_NO_DEFAULTED_FUNCTIONS #defineBOOST_NO_DELETED_FUNCTIONS #defineBOOST_NO_INITIALIZER_LISTS #defineBOOST_NO_SCOPED_ENUMS #defineBOOST_NO_SFINAE_EXPR #defineBOOST_NO_SCOPED_ENUMS #defineBOOST_NO_EXPLICIT_CONVERSION_OPERATORS #defineBOOST_NO_LAMBDAS #defineBOOST_NO_RAW_LITERALS #defineBOOST_NO_UNICODE_LITERALS #defineBOOST_NO_NOEXCEPT #defineBOOST_NO_UNIFIED_INITIALIZATION_SYNTAX #defineBOOST_COMPILER"GCC-XMLC++version"__GCCXML__