metrowerks.hpp BOOST_NO_FUNCTION_TEMPLATE_ORDERING BOOST_NO_POINTER_TO_MEMBER_CONST BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS BOOST_NO_MEMBER_TEMPLATE_KEYWORD BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS BOOST_NO_UNREACHABLE_RETURN_DETECTION BOOST_NO_SFINAE BOOST_NO_MEMBER_TEMPLATE_FRIENDS BOOST_NO_IS_ABSTRACT BOOST_NO_INTRINSIC_WCHAR_T BOOST_NO_EXCEPTIONS BOOST_COMPILER_VERSION __MWERKS__ BOOST_NO_RVALUE_REFERENCES BOOST_NO_AUTO_DECLARATIONS BOOST_NO_AUTO_MULTIDECLARATIONS BOOST_NO_CHAR16_T BOOST_NO_CHAR32_T BOOST_NO_CONSTEXPR BOOST_NO_DECLTYPE BOOST_NO_DEFAULTED_FUNCTIONS BOOST_NO_DELETED_FUNCTIONS BOOST_NO_EXPLICIT_CONVERSION_OPERATORS BOOST_NO_EXTERN_TEMPLATE BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS BOOST_NO_INITIALIZER_LISTS BOOST_NO_LAMBDAS BOOST_NO_NOEXCEPT BOOST_NO_NULLPTR BOOST_NO_RAW_LITERALS BOOST_NO_SCOPED_ENUMS BOOST_NO_SFINAE_EXPR BOOST_NO_STATIC_ASSERT BOOST_NO_TEMPLATE_ALIASES BOOST_NO_UNICODE_LITERALS BOOST_NO_VARIADIC_TEMPLATES BOOST_NO_VARIADIC_MACROS BOOST_NO_UNIFIED_INITIALIZATION_SYNTAX BOOST_COMPILER "Metrowerks CodeWarrior C++ version " BOOST_STRINGIZE(BOOST_COMPILER_VERSION) //(C)CopyrightJohnMaddock2001. //(C)CopyrightDarinAdler2001. //(C)CopyrightPeterDimov2001. //(C)CopyrightDavidAbrahams2001-2002. //(C)CopyrightBemanDawes2001-2003. //(C)CopyrightStefanSlapeta2004. //Use,modificationanddistributionaresubjecttothe //BoostSoftwareLicense,Version1.0.(Seeaccompanyingfile //LICENSE_1_0.txtorcopyathttp://www.boost.org/LICENSE_1_0.txt) //Seehttp://www.boost.orgformostrecentversion. //MetrowerksC++compilersetup: //localesupportisdisabledwhenlinkingwiththedynamicruntime #ifdef_MSL_NO_LOCALE #defineBOOST_NO_STD_LOCALE #endif #if__MWERKS__<=0x2301//5.3 #defineBOOST_NO_FUNCTION_TEMPLATE_ORDERING #defineBOOST_NO_POINTER_TO_MEMBER_CONST #defineBOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS #defineBOOST_NO_MEMBER_TEMPLATE_KEYWORD #endif #if__MWERKS__<=0x2401//6.2 //#defineBOOST_NO_FUNCTION_TEMPLATE_ORDERING #endif #if(__MWERKS__<=0x2407)//7.x #defineBOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS #defineBOOST_NO_UNREACHABLE_RETURN_DETECTION #endif #if(__MWERKS__<=0x3003)//8.x #defineBOOST_NO_SFINAE #endif //the"||!defined(BOOST_STRICT_CONFIG)"partshouldapplytothelast //testedversion*only*: #if(__MWERKS__<=0x3207)||!defined(BOOST_STRICT_CONFIG)//9.6 #defineBOOST_NO_MEMBER_TEMPLATE_FRIENDS #defineBOOST_NO_IS_ABSTRACT #endif #if!__option(wchar_type) #defineBOOST_NO_INTRINSIC_WCHAR_T #endif #if!__option(exceptions)&&!defined(BOOST_NO_EXCEPTIONS) #defineBOOST_NO_EXCEPTIONS #endif #if(__INTEL__&&_WIN32)||(__POWERPC__&&macintosh) #if__MWERKS__==0x3000 #defineBOOST_COMPILER_VERSION8.0 #elif__MWERKS__==0x3001 #defineBOOST_COMPILER_VERSION8.1 #elif__MWERKS__==0x3002 #defineBOOST_COMPILER_VERSION8.2 #elif__MWERKS__==0x3003 #defineBOOST_COMPILER_VERSION8.3 #elif__MWERKS__==0x3200 #defineBOOST_COMPILER_VERSION9.0 #elif__MWERKS__==0x3201 #defineBOOST_COMPILER_VERSION9.1 #elif__MWERKS__==0x3202 #defineBOOST_COMPILER_VERSION9.2 #elif__MWERKS__==0x3204 #defineBOOST_COMPILER_VERSION9.3 #elif__MWERKS__==0x3205 #defineBOOST_COMPILER_VERSION9.4 #elif__MWERKS__==0x3206 #defineBOOST_COMPILER_VERSION9.5 #elif__MWERKS__==0x3207 #defineBOOST_COMPILER_VERSION9.6 #else #defineBOOST_COMPILER_VERSION__MWERKS__ #endif #else #defineBOOST_COMPILER_VERSION__MWERKS__ #endif // //C++0xfeatures // //Seeboost\config\suffix.hppforBOOST_NO_LONG_LONG // #if__MWERKS__>0x3206&&__option(rvalue_refs) #defineBOOST_HAS_RVALUE_REFS #else #defineBOOST_NO_RVALUE_REFERENCES #endif #defineBOOST_NO_AUTO_DECLARATIONS #defineBOOST_NO_AUTO_MULTIDECLARATIONS #defineBOOST_NO_CHAR16_T #defineBOOST_NO_CHAR32_T #defineBOOST_NO_CONSTEXPR #defineBOOST_NO_DECLTYPE #defineBOOST_NO_DEFAULTED_FUNCTIONS #defineBOOST_NO_DELETED_FUNCTIONS #defineBOOST_NO_EXPLICIT_CONVERSION_OPERATORS #defineBOOST_NO_EXTERN_TEMPLATE #defineBOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS #defineBOOST_NO_INITIALIZER_LISTS #defineBOOST_NO_LAMBDAS #defineBOOST_NO_NOEXCEPT #defineBOOST_NO_NULLPTR #defineBOOST_NO_RAW_LITERALS #defineBOOST_NO_SCOPED_ENUMS #defineBOOST_NO_SFINAE_EXPR #defineBOOST_NO_STATIC_ASSERT #defineBOOST_NO_TEMPLATE_ALIASES #defineBOOST_NO_UNICODE_LITERALS #defineBOOST_NO_VARIADIC_TEMPLATES #defineBOOST_NO_VARIADIC_MACROS #defineBOOST_NO_UNIFIED_INITIALIZATION_SYNTAX #defineBOOST_COMPILER"MetrowerksCodeWarriorC++version"BOOST_STRINGIZE(BOOST_COMPILER_VERSION) // //versionscheck: //wedon'tsupportMetrowerkspriortoversion5.3: #if__MWERKS__<0x2301 #error"Compilernotsupportedorconfigured-pleasereconfigure" #endif // //lastknownandcheckedversion: #if(__MWERKS__>0x3205) #ifdefined(BOOST_ASSERT_CONFIG) #error"Unknowncompilerversion-pleaseruntheconfiguretestsandreporttheresults" #endif #endif