kai.hpp gecode/third-party/boost/config/compiler/common_edg.hpp BOOST_NO_STDC_NAMESPACE BOOST_NO_EXCEPTIONS //(C)CopyrightJohnMaddock2001. //(C)CopyrightDavidAbrahams2002. //(C)CopyrightAlekseyGurtovoy2002. //Use,modificationanddistributionaresubjecttothe //BoostSoftwareLicense,Version1.0.(Seeaccompanyingfile //LICENSE_1_0.txtorcopyathttp://www.boost.org/LICENSE_1_0.txt) //Seehttp://www.boost.orgformostrecentversion. //KaiC++compilersetup: #include"gecode/third-party/boost/config/compiler/common_edg.hpp" #if(__KCC_VERSION<=4001)||!defined(BOOST_STRICT_CONFIG) //atleastonSun,thecontentsof<cwchar>isnotinnamespacestd #defineBOOST_NO_STDC_NAMESPACE #endif //seealsocommon_edg.hppwhichneedsaspecialcheckfor__KCC #if!defined(_EXCEPTIONS)&&!defined(BOOST_NO_EXCEPTIONS) #defineBOOST_NO_EXCEPTIONS #endif // //lastknownandcheckedversionis4001: #if(__KCC_VERSION>4001) #ifdefined(BOOST_ASSERT_CONFIG) #error"Unknowncompilerversion-pleaseruntheconfiguretestsandreporttheresults" #endif #endif