sunpro_cc.hpp BOOST_NO_MEMBER_TEMPLATES BOOST_NO_FUNCTION_TEMPLATE_ORDERING BOOST_NO_INCLASS_MEMBER_INITIALIZATION BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION BOOST_NO_INCLASS_MEMBER_INITIALIZATION BOOST_NO_INTEGRAL_INT64_T BOOST_NO_TEMPLATE_TEMPLATES BOOST_NO_INCLASS_MEMBER_INITIALIZATION BOOST_NO_SFINAE BOOST_NO_ARRAY_TYPE_SPECIALIZATIONS BOOST_NO_IS_ABSTRACT BOOST_NO_COMPLETE_VALUE_INITIALIZATION BOOST_NO_TWO_PHASE_NAME_LOOKUP BOOST_NO_ADL_BARRIER BOOST_HAS_LONG_LONG 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_RVALUE_REFERENCES 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 "Sun compiler version " BOOST_STRINGIZE(__SUNPRO_CC) //(C)CopyrightJohnMaddock2001. //(C)CopyrightJensMaurer2001-2003. //(C)CopyrightPeterDimov2002. //(C)CopyrightAlekseyGurtovoy2002-2003. //(C)CopyrightDavidAbrahams2002. //Use,modificationanddistributionaresubjecttothe //BoostSoftwareLicense,Version1.0.(Seeaccompanyingfile //LICENSE_1_0.txtorcopyathttp://www.boost.org/LICENSE_1_0.txt) //Seehttp://www.boost.orgformostrecentversion. //SunC++compilersetup: #if__SUNPRO_CC<=0x500 #defineBOOST_NO_MEMBER_TEMPLATES #defineBOOST_NO_FUNCTION_TEMPLATE_ORDERING #endif #if(__SUNPRO_CC<=0x520) // //Sunpro5.2andearler: // //althoughsunpro5.2supportsthesyntaxfor //inlineinitializationitoftengetsthevalue //wrong,especiallywherethevalueiscomputed //fromotherconstants(JMaddock6thMay2001) #defineBOOST_NO_INCLASS_MEMBER_INITIALIZATION //Althoughsunpro5.2supportsthesyntaxfor //partialspecialization,itoftenseemsto //bindtothewrongspecialization.Better //todisableituntilsuppportbecomesmorestable //(JMaddock6thMay2001). #defineBOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION #endif #if(__SUNPRO_CC<=0x530) //Requestingdebuginfo(-g)withBoost.Pythonresults //inaninternalcompilererrorfor"staticconst" //initializedin-class. //>>Assertion:(../links/dbg_cstabs.cc,line611) //whileprocessing../test.cppatline0. //(JensMaureraccordingtoGottfriedGanssauge04Mar2002) #defineBOOST_NO_INCLASS_MEMBER_INITIALIZATION //SunPro5.3hasbettersupportforpartialspecialization, //butbreakswhencompilingstd::less<shared_ptr<T>> //(JensMaurer4Nov2001). //std::lessspecializationfixedasreportedbyGeorge //Heintzelman;partialspecializationre-enabled //(PeterDimov17Jan2002) //#defineBOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION //integralconstantexpressionswith64bitnumbersfail #defineBOOST_NO_INTEGRAL_INT64_T #endif #if(__SUNPRO_CC<0x570) #defineBOOST_NO_TEMPLATE_TEMPLATES //seehttp://lists.boost.org/MailArchives/boost/msg47184.php //andhttp://lists.boost.org/MailArchives/boost/msg47220.php #defineBOOST_NO_INCLASS_MEMBER_INITIALIZATION #defineBOOST_NO_SFINAE #defineBOOST_NO_ARRAY_TYPE_SPECIALIZATIONS #endif #if(__SUNPRO_CC<=0x580) #defineBOOST_NO_IS_ABSTRACT #endif #if(__SUNPRO_CC<=0x5100) //Sun5.10maynotcorrectlyvalue-initializeobjectsof //someuserdefinedtypes,aswasreportedinApril2010 //(CR6947016),andconfirmedbySteveClamage. //(NielsDekker,LKEB,May2010). #defineBOOST_NO_COMPLETE_VALUE_INITIALIZATION #endif // //Dynamicsharedobject(DSO)anddynamic-linklibrary(DLL)support // #if__SUNPRO_CC>0x500 #defineBOOST_SYMBOL_EXPORT__global #defineBOOST_SYMBOL_IMPORT__global #defineBOOST_SYMBOL_VISIBLE__global #endif // //Issuesthateffectallknownversions: // #defineBOOST_NO_TWO_PHASE_NAME_LOOKUP #defineBOOST_NO_ADL_BARRIER // //C++0xfeatures // #defineBOOST_HAS_LONG_LONG #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_RVALUE_REFERENCES #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 // //Version // #defineBOOST_COMPILER"Suncompilerversion"BOOST_STRINGIZE(__SUNPRO_CC) // //versionscheck: //wedon'tsupportsunpropriortoversion4: #if__SUNPRO_CC<0x400 #error"Compilernotsupportedorconfigured-pleasereconfigure" #endif // //lastknownandcheckedversionis0x590: #if(__SUNPRO_CC>0x590) #ifdefined(BOOST_ASSERT_CONFIG) #error"Unknowncompilerversion-pleaseruntheconfiguretestsandreporttheresults" #endif #endif