hp_acc.hpp BOOST_NO_INTEGRAL_INT64_T BOOST_NO_OPERATORS_IN_NAMESPACE BOOST_NO_STD_LOCALE BOOST_NO_STRINGSTREAM BOOST_NO_MEMBER_TEMPLATES BOOST_NO_DEPENDENT_NESTED_DERIVATIONS BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE BOOST_NO_TWO_PHASE_NAME_LOOKUP BOOST_NO_MEMBER_TEMPLATE_KEYWORD BOOST_COMPILER "HP aCC version " BOOST_STRINGIZE(__HP_aCC) 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 //(C)CopyrightJohnMaddock2001-2003. //(C)CopyrightJensMaurer2001-2003. //(C)CopyrightAlekseyGurtovoy2002. //(C)CopyrightDavidAbrahams2002-2003. //(C)CopyrightToonKnapen2003. //(C)CopyrightBorisGubenko2006-2007. //Use,modificationanddistributionaresubjecttothe //BoostSoftwareLicense,Version1.0.(Seeaccompanyingfile //LICENSE_1_0.txtorcopyathttp://www.boost.org/LICENSE_1_0.txt) //Seehttp://www.boost.orgformostrecentversion. //HPaCCC++compilersetup: #ifdefined(__EDG__) #include"gecode/third-party/boost/config/compiler/common_edg.hpp" #endif #if(__HP_aCC<=33100) #defineBOOST_NO_INTEGRAL_INT64_T #defineBOOST_NO_OPERATORS_IN_NAMESPACE #if!defined(_NAMESPACE_STD) #defineBOOST_NO_STD_LOCALE #defineBOOST_NO_STRINGSTREAM #endif #endif #if(__HP_aCC<=33300) //membertemplatesaresufficientlybrokenthatwedisablethemfornow #defineBOOST_NO_MEMBER_TEMPLATES #defineBOOST_NO_DEPENDENT_NESTED_DERIVATIONS #defineBOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE #endif #if(__HP_aCC<=38000) #defineBOOST_NO_TWO_PHASE_NAME_LOOKUP #endif #if(__HP_aCC>50000)&&(__HP_aCC<60000) #defineBOOST_NO_UNREACHABLE_RETURN_DETECTION #defineBOOST_NO_TEMPLATE_TEMPLATES #defineBOOST_NO_SWPRINTF #defineBOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS #defineBOOST_NO_IS_ABSTRACT #defineBOOST_NO_MEMBER_TEMPLATE_FRIENDS #endif //optionalfeaturesratherthandefects: #if(__HP_aCC>=33900) #defineBOOST_HAS_LONG_LONG #defineBOOST_HAS_PARTIAL_STD_ALLOCATOR #endif #if(__HP_aCC>=50000)&&(__HP_aCC<=53800)||(__HP_aCC<31300) #defineBOOST_NO_MEMBER_TEMPLATE_KEYWORD #endif //Thismacroshouldnotbedefinedwhencompilinginstrictansi //mode,but,currently,wedon'thavetheabilitytodetermine //whatstandardmodewearecompilingwith.Somefutureversion //ofaCC6compilerwillprovidepredefinedmacrosreflectingthe //compilationoptions,includingthestandardmode. #if(__HP_aCC>=60000)||((__HP_aCC>38000)&&defined(__hpxstd98)) #defineBOOST_NO_TWO_PHASE_NAME_LOOKUP #endif #defineBOOST_COMPILER"HPaCCversion"BOOST_STRINGIZE(__HP_aCC) // //versionscheck: //wedon'tsupportHPaCCpriortoversion33000: #if__HP_aCC<33000 #error"Compilernotsupportedorconfigured-pleasereconfigure" #endif // //ExtendedchecksforsupportingaCConPA-RISC #if__HP_aCC>30000&&__HP_aCC<50000 #if__HP_aCC<38000 //versionspriortoversionA.03.80notsupported #error"Compilerversionnotsupported-versionA.03.80orhigherisrequired" #elif!defined(__hpxstd98) //mustcompileusingtheoption+hpxstd98withversionA.03.80andabove #error"Compileroption'+hpxstd98'isrequiredforpropersupport" #endif//PA-RISC #endif // //C++0xfeatures // //Seeboost\config\suffix.hppforBOOST_NO_LONG_LONG // #if!defined(__EDG__) #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 /* Seehttps://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1443331and https://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1443436 */ #if(__HP_aCC<62500)||!defined(HP_CXX0x_SOURCE) #defineBOOST_NO_VARIADIC_MACROS #endif #endif // //lastknownandcheckedversionforHP-UX/ia64is61300 //lastknownandcheckedversionforPA-RISCis38000 #if((__HP_aCC>61300)||((__HP_aCC>38000)&&defined(__hpxstd98))) #ifdefined(BOOST_ASSERT_CONFIG) #error"Unknowncompilerversion-pleaseruntheconfiguretestsandreporttheresults" #endif #endif