comeau.hpp gecode/third-party/boost/config/compiler/common_edg.hpp BOOST_COMPILER "Comeau compiler version " BOOST_STRINGIZE(__COMO_VERSION__) //(C)CopyrightJohnMaddock2001. //(C)CopyrightDouglasGregor2001. //(C)CopyrightPeterDimov2001. //(C)CopyrightAlekseyGurtovoy2003. //(C)CopyrightBemanDawes2003. //(C)CopyrightJensMaurer2003. //Use,modificationanddistributionaresubjecttothe //BoostSoftwareLicense,Version1.0.(Seeaccompanyingfile //LICENSE_1_0.txtorcopyathttp://www.boost.org/LICENSE_1_0.txt) //Seehttp://www.boost.orgformostrecentversion. //ComeauC++compilersetup: #include"gecode/third-party/boost/config/compiler/common_edg.hpp" #if(__COMO_VERSION__<=4245) #ifdefined(_MSC_VER)&&_MSC_VER<=1300 #if_MSC_VER>100 //onlysetthisinnon-strictmode: #defineBOOST_NO_ARGUMENT_DEPENDENT_LOOKUP #endif #endif //Voidreturnsdon'tworkwhenemulatingVC6(PeterDimov) //TODO:lookupifthisdoesn'tapplytothewhole12xxrange #ifdefined(_MSC_VER)&&(_MSC_VER<1300) #defineBOOST_NO_VOID_RETURNS #endif #endif//version4245 // //enable__int64supportinVCemulationmode // #ifdefined(_MSC_VER)&&(_MSC_VER>=1200) #defineBOOST_HAS_MS_INT64 #endif #defineBOOST_COMPILER"Comeaucompilerversion"BOOST_STRINGIZE(__COMO_VERSION__) // //versionscheck: //wedon'tknowComeaupriortoversion4245: #if__COMO_VERSION__<4245 #error"Compilernotconfigured-pleasereconfigure" #endif // //lastknownandcheckedversionis4245: #if(__COMO_VERSION__>4245) #ifdefined(BOOST_ASSERT_CONFIG) #error"Unknowncompilerversion-pleaseruntheconfiguretestsandreporttheresults" #endif #endif