visualc.hpp BOOST_MSVC _MSC_VER BOOST_MSVC_FULL_VER (_MSC_FULL_VER * 10) BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS BOOST_NO_VOID_RETURNS BOOST_NO_EXCEPTION_STD_NAMESPACE BOOST_NO_FENV_H Visual Studio has no fenv.h. BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS BOOST_NO_INCLASS_MEMBER_INITIALIZATION BOOST_NO_PRIVATE_IN_AGGREGATE BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP BOOST_NO_INTEGRAL_INT64_T BOOST_NO_DEDUCED_TYPENAME BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE BOOST_NO_MEMBER_TEMPLATES BOOST_MSVC6_MEMBER_TEMPLATES BOOST_NO_MEMBER_TEMPLATE_FRIENDS BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION BOOST_NO_CV_VOID_SPECIALIZATIONS BOOST_NO_FUNCTION_TEMPLATE_ORDERING BOOST_NO_USING_TEMPLATE BOOST_NO_SWPRINTF BOOST_NO_TEMPLATE_TEMPLATES BOOST_NO_SFINAE BOOST_NO_POINTER_TO_MEMBER_TEMPLATE_PARAMETERS BOOST_NO_IS_ABSTRACT BOOST_NO_FUNCTION_TYPE_SPECIALIZATIONS BOOST_NO_SWPRINTF BOOST_NO_EXTERN_TEMPLATE BOOST_NO_VARIADIC_MACROS BOOST_NO_MEMBER_TEMPLATE_FRIENDS BOOST_NO_COMPLETE_VALUE_INITIALIZATION BOOST_NO_INITIALIZER_LISTS BOOST_NO_INTRINSIC_WCHAR_T BOOST_HAS_THREADEX BOOST_HAS_GETSYSTEMTIMEASFILETIME BOOST_NO_EXCEPTIONS BOOST_NO_LONG_LONG BOOST_DISABLE_WIN32 BOOST_NO_RTTI BOOST_NO_AUTO_DECLARATIONS BOOST_NO_AUTO_MULTIDECLARATIONS BOOST_NO_LAMBDAS BOOST_NO_RVALUE_REFERENCES BOOST_NO_STATIC_ASSERT BOOST_NO_NULLPTR BOOST_NO_DECLTYPE BOOST_NO_CHAR16_T BOOST_NO_CHAR32_T BOOST_NO_CONSTEXPR BOOST_NO_DEFAULTED_FUNCTIONS BOOST_NO_DELETED_FUNCTIONS BOOST_NO_EXPLICIT_CONVERSION_OPERATORS BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS BOOST_NO_INITIALIZER_LISTS BOOST_NO_NOEXCEPT BOOST_NO_RAW_LITERALS BOOST_NO_SCOPED_ENUMS BOOST_NO_TEMPLATE_ALIASES BOOST_NO_UNICODE_LITERALS BOOST_NO_VARIADIC_TEMPLATES BOOST_NO_SFINAE_EXPR BOOST_NO_TWO_PHASE_NAME_LOOKUP BOOST_NO_UNIFIED_INITIALIZATION_SYNTAX BOOST_ABI_PREFIX "gecode/third-party/boost/config/abi/msvc_prefix.hpp" BOOST_ABI_SUFFIX "gecode/third-party/boost/config/abi/msvc_suffix.hpp" BOOST_COMPILER_VERSION 5.0 BOOST_COMPILER "Microsoft Visual C++ version " BOOST_STRINGIZE(BOOST_COMPILER_VERSION) //(C)CopyrightJohnMaddock2001-2003. //(C)CopyrightDarinAdler2001-2002. //(C)CopyrightPeterDimov2001. //(C)CopyrightAlekseyGurtovoy2002. //(C)CopyrightDavidAbrahams2002-2003. //(C)CopyrightBemanDawes2002-2003. //Use,modificationanddistributionaresubjecttothe //BoostSoftwareLicense,Version1.0.(Seeaccompanyingfile //LICENSE_1_0.txtorcopyathttp://www.boost.org/LICENSE_1_0.txt) //Seehttp://www.boost.orgformostrecentversion. //MicrosoftVisualC++compilersetup: #defineBOOST_MSVC_MSC_VER #if_MSC_FULL_VER>100000000 #defineBOOST_MSVC_FULL_VER_MSC_FULL_VER #else #defineBOOST_MSVC_FULL_VER(_MSC_FULL_VER*10) #endif //turnoffthewarningsbeforewe#includeanything #pragmawarning(disable:4503)//warning:decoratednamelengthexceeded #if_MSC_VER<1300//1200==VC++6.0,1200-1202==eVC++4 #pragmawarning(disable:4786)//identtruncto'255'charsindebuginfo #defineBOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS #defineBOOST_NO_VOID_RETURNS #defineBOOST_NO_EXCEPTION_STD_NAMESPACE #ifBOOST_MSVC==1202 #defineBOOST_NO_STD_TYPEINFO #endif //disablemin/maxmacrodefinesonvc6: // #endif #defineBOOST_NO_FENV_H #if(_MSC_VER<=1300)//1300==VC++7.0 #if!defined(_MSC_EXTENSIONS)&&!defined(BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS)//VC7bugwith/Za #defineBOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS #endif #defineBOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS #defineBOOST_NO_INCLASS_MEMBER_INITIALIZATION #defineBOOST_NO_PRIVATE_IN_AGGREGATE #defineBOOST_NO_ARGUMENT_DEPENDENT_LOOKUP #defineBOOST_NO_INTEGRAL_INT64_T #defineBOOST_NO_DEDUCED_TYPENAME #defineBOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE //VC++6/7hasmembertemplatesbuttheyhavenumerousproblemsincluding //casesofsilentfailure,soforsafetywedefine: #defineBOOST_NO_MEMBER_TEMPLATES //ForVC++expertswishingtoattemptworkarounds,wedefine: #defineBOOST_MSVC6_MEMBER_TEMPLATES #defineBOOST_NO_MEMBER_TEMPLATE_FRIENDS #defineBOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION #defineBOOST_NO_CV_VOID_SPECIALIZATIONS #defineBOOST_NO_FUNCTION_TEMPLATE_ORDERING #defineBOOST_NO_USING_TEMPLATE #defineBOOST_NO_SWPRINTF #defineBOOST_NO_TEMPLATE_TEMPLATES #defineBOOST_NO_SFINAE #defineBOOST_NO_POINTER_TO_MEMBER_TEMPLATE_PARAMETERS #defineBOOST_NO_IS_ABSTRACT #defineBOOST_NO_FUNCTION_TYPE_SPECIALIZATIONS //TODO:whatversionismeanthere?Havetherereallybeenanyfixesincl12.01(ase.g.shippedwitheVC4)? #if(_MSC_VER>1200) #defineBOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS #endif #endif #if_MSC_VER<1400 //althoughaconformingsignatureforswprintexistsinVC7.1 //itappearsnottoactuallywork: #defineBOOST_NO_SWPRINTF //Ourexterntemplatetestsalsofailforthiscompiler: #defineBOOST_NO_EXTERN_TEMPLATE //VariadicmacrosdonotexistforVC7.1andlower #defineBOOST_NO_VARIADIC_MACROS #endif #ifdefined(UNDER_CE) //WindowsCEdoesnothaveaconformingsignatureforswprintf #defineBOOST_NO_SWPRINTF #endif #if_MSC_VER<=1400//1400==VC++8.0 #defineBOOST_NO_MEMBER_TEMPLATE_FRIENDS #endif #if_MSC_VER==1500//1500==VC++9.0 //AbuginVC9: #defineBOOST_NO_ADL_BARRIER #endif #if(_MSC_VER<=1600) //MSVC(includingthelatestcheckedversion)hasnotyetcompletely //implementedvalue-initialization,asisreported: //"VC++doesnotvalue-initializemembersofderivedclasseswithout //user-declaredconstructor",reportedin2009bySylvesterHesp: //https://connect.microsoft.com/VisualStudio/feedback/details/484295 //"Presenceofcopyconstructorbreaksmemberclassinitialization", //reportedin2009byAlexVakulenko: //https://connect.microsoft.com/VisualStudio/feedback/details/499606 //"Value-initializationinnew-expression",reportedin2005by //PavelKuznetsov(MetaCommunicationsEngineering): //https://connect.microsoft.com/VisualStudio/feedback/details/100744 //Seealso:http://www.boost.org/libs/utility/value_init.htm#compiler_issues //(NielsDekker,LKEB,May2010) #defineBOOST_NO_COMPLETE_VALUE_INITIALIZATION #endif #if_MSC_VER<=1500||!defined(BOOST_STRICT_CONFIG)//1500==VC++9.0 #defineBOOST_NO_INITIALIZER_LISTS #endif #ifndef_NATIVE_WCHAR_T_DEFINED #defineBOOST_NO_INTRINSIC_WCHAR_T #endif #ifdefined(_WIN32_WCE)||defined(UNDER_CE) #defineBOOST_NO_SWPRINTF #endif //wehaveThreadExorGetSystemTimeAsFileTimeunlesswe'rerunningWindowsCE #if!defined(_WIN32_WCE)&&!defined(UNDER_CE) #defineBOOST_HAS_THREADEX #defineBOOST_HAS_GETSYSTEMTIMEASFILETIME #endif // //checkforexceptionhandlingsupport: #if!defined(_CPPUNWIND)&&!defined(BOOST_NO_EXCEPTIONS) #defineBOOST_NO_EXCEPTIONS #endif // //__int64support: // #if(_MSC_VER>=1200) #defineBOOST_HAS_MS_INT64 #endif #if(_MSC_VER>=1310)&&(defined(_MSC_EXTENSIONS)||(_MSC_VER>=1400)) #defineBOOST_HAS_LONG_LONG #else #defineBOOST_NO_LONG_LONG #endif #if(_MSC_VER>=1400)&&!defined(_DEBUG) #defineBOOST_HAS_NRVO #endif // //disableWin32API'sifcompilerextentionsare //turnedoff: // #if!defined(_MSC_EXTENSIONS)&&!defined(BOOST_DISABLE_WIN32) #defineBOOST_DISABLE_WIN32 #endif #if!defined(_CPPRTTI)&&!defined(BOOST_NO_RTTI) #defineBOOST_NO_RTTI #endif // //C++0xfeatures // //SeeaboveforBOOST_NO_LONG_LONG //C++featuressupportedbyVC++10(aka2010) // #if_MSC_VER<1600 #defineBOOST_NO_AUTO_DECLARATIONS #defineBOOST_NO_AUTO_MULTIDECLARATIONS #defineBOOST_NO_LAMBDAS #defineBOOST_NO_RVALUE_REFERENCES #defineBOOST_NO_STATIC_ASSERT #defineBOOST_NO_NULLPTR #defineBOOST_NO_DECLTYPE #endif//_MSC_VER<1600 #if_MSC_VER>=1600 #defineBOOST_HAS_STDINT_H #endif //C++0xfeaturesnotsupportedbyanyversions #defineBOOST_NO_CHAR16_T #defineBOOST_NO_CHAR32_T #defineBOOST_NO_CONSTEXPR #defineBOOST_NO_DEFAULTED_FUNCTIONS #defineBOOST_NO_DELETED_FUNCTIONS #defineBOOST_NO_EXPLICIT_CONVERSION_OPERATORS #defineBOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS #defineBOOST_NO_INITIALIZER_LISTS #defineBOOST_NO_NOEXCEPT #defineBOOST_NO_RAW_LITERALS #defineBOOST_NO_SCOPED_ENUMS #defineBOOST_NO_TEMPLATE_ALIASES #defineBOOST_NO_UNICODE_LITERALS #defineBOOST_NO_VARIADIC_TEMPLATES #defineBOOST_NO_SFINAE_EXPR #defineBOOST_NO_TWO_PHASE_NAME_LOOKUP #defineBOOST_NO_UNIFIED_INITIALIZATION_SYNTAX // //prefixandsuffixheaders: // #ifndefBOOST_ABI_PREFIX #defineBOOST_ABI_PREFIX"gecode/third-party/boost/config/abi/msvc_prefix.hpp" #endif #ifndefBOOST_ABI_SUFFIX #defineBOOST_ABI_SUFFIX"gecode/third-party/boost/config/abi/msvc_suffix.hpp" #endif //TODO: //thesethingsaremostlybogus.1200meansversion12.0ofthecompiler.The //artificialversionsassignedtothemonlyrefertotheversionsofsomeIDE //thesecompilershavebeenshippedwith,andeventhatisnotallofit.Some //wereshippedwithfreelydownloadableSDKs,othersascrosscompilersineVC. //IOW,youcan'tusethese'versions'inanysensibleway.Sorry. #ifdefined(UNDER_CE) #if_MSC_VER<1200 //Note:thesearesofaroff,theyarenotreallysupported #elif_MSC_VER<1300//eVC++4comeswith1200-1202 #defineBOOST_COMPILER_VERSIONevc4.0 #elif_MSC_VER==1400 #defineBOOST_COMPILER_VERSIONevc8 #elif_MSC_VER==1500 #defineBOOST_COMPILER_VERSIONevc9 #elif_MSC_VER==1600 #defineBOOST_COMPILER_VERSIONevc10 #else #ifdefined(BOOST_ASSERT_CONFIG) #error"UnknownEVC++compilerversion-pleaseruntheconfiguretestsandreporttheresults" #else #pragmamessage("UnknownEVC++compilerversion-pleaseruntheconfiguretestsandreporttheresults") #endif #endif #else #if_MSC_VER<1200 //Note:thesearesofaroff,theyarenotreallysupported #defineBOOST_COMPILER_VERSION5.0 #elif_MSC_VER<1300 #defineBOOST_COMPILER_VERSION6.0 #elif_MSC_VER==1300 #defineBOOST_COMPILER_VERSION7.0 #elif_MSC_VER==1310 #defineBOOST_COMPILER_VERSION7.1 #elif_MSC_VER==1400 #defineBOOST_COMPILER_VERSION8.0 #elif_MSC_VER==1500 #defineBOOST_COMPILER_VERSION9.0 #elif_MSC_VER==1600 #defineBOOST_COMPILER_VERSION10.0 #else #defineBOOST_COMPILER_VERSION_MSC_VER #endif #endif #defineBOOST_COMPILER"MicrosoftVisualC++version"BOOST_STRINGIZE(BOOST_COMPILER_VERSION) // //versionscheck: //wedon'tsupportVisualC++priortoversion6: #if_MSC_VER<1200 #error"Compilernotsupportedorconfigured-pleasereconfigure" #endif // //lastknownandcheckedversionis1600(VC10,aka2010): //ChangedtoVC12,aka2013 #if(_MSC_VER>1800) #ifdefined(BOOST_ASSERT_CONFIG) #error"Unknowncompilerversion-pleaseruntheconfiguretestsandreporttheresults" #else #pragmamessage("Unknowncompilerversion-pleaseruntheconfiguretestsandreporttheresults") #endif #endif