dinkumware.hpp gecode/third-party/boost/config/no_tr1/utility.hpp typeinfo BOOST_MSVC_STD_ITERATOR 1 BOOST_NO_STD_ITERATOR BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS BOOST_NO_STD_ALLOCATOR BOOST_NO_STDC_NAMESPACE BOOST_NO_STD_USE_FACET BOOST_NO_STD_OUTPUT_ITERATOR_ASSIGN BOOST_HAS_MACRO_USE_FACET BOOST_NO_STD_MIN_MAX BOOST_NO_MS_INT64_NUMERIC_LIMITS BOOST_NO_STD_ITERATOR_TRAITS BOOST_NO_STD_TYPEINFO BOOST_NO_0X_HDR_ARRAY BOOST_NO_0X_HDR_CODECVT BOOST_NO_0X_HDR_FORWARD_LIST BOOST_NO_0X_HDR_INITIALIZER_LIST BOOST_NO_0X_HDR_RANDOM BOOST_NO_0X_HDR_REGEX BOOST_NO_0X_HDR_SYSTEM_ERROR BOOST_NO_STD_UNORDERED BOOST_NO_0X_HDR_UNORDERED_MAP BOOST_NO_0X_HDR_UNORDERED_SET BOOST_NO_0X_HDR_TUPLE BOOST_NO_0X_HDR_TYPEINDEX BOOST_NO_NUMERIC_LIMITS_LOWEST BOOST_NO_0X_HDR_TYPE_TRAITS BOOST_NO_0X_HDR_CHRONO BOOST_NO_0X_HDR_CONDITION_VARIABLE BOOST_NO_0X_HDR_FUTURE BOOST_NO_0X_HDR_MUTEX BOOST_NO_0X_HDR_RATIO BOOST_NO_0X_HDR_THREAD BOOST_DINKUMWARE_STDLIB 1 BOOST_STDLIB "Dinkumware standard library version 1.x" //(C)CopyrightJohnMaddock2001-2003. //(C)CopyrightJensMaurer2001. //(C)CopyrightPeterDimov2001. //(C)CopyrightDavidAbrahams2002. //(C)CopyrightGuillaumeMelquiond2003. //Use,modificationanddistributionaresubjecttothe //BoostSoftwareLicense,Version1.0.(Seeaccompanyingfile //LICENSE_1_0.txtorcopyathttp://www.boost.org/LICENSE_1_0.txt) //Seehttp://www.boost.orgformostrecentversion. //Dinkumwarestandardlibraryconfig: #if!defined(_YVALS)&&!defined(_CPPLIB_VER) #include<gecode/third-party/boost/config/no_tr1/utility.hpp> #if!defined(_YVALS)&&!defined(_CPPLIB_VER) #errorThisisnottheDinkumwarelib! #endif #endif #ifdefined(_CPPLIB_VER)&&(_CPPLIB_VER>=306) //fulldinkumware3.06andabove //fullyconformingprovidedthecompilersupportsit: #if!(defined(_GLOBAL_USING)&&(_GLOBAL_USING+0>0))&&!defined(__BORLANDC__)&&!defined(_STD)&&!(defined(__ICC)&&(__ICC>=700))//canbedefinedinyvals.h #defineBOOST_NO_STDC_NAMESPACE #endif #if!(defined(_HAS_MEMBER_TEMPLATES_REBIND)&&(_HAS_MEMBER_TEMPLATES_REBIND+0>0))&&!(defined(_MSC_VER)&&(_MSC_VER>1300))&&defined(BOOST_MSVC) #defineBOOST_NO_STD_ALLOCATOR #endif #defineBOOST_HAS_PARTIAL_STD_ALLOCATOR #ifdefined(BOOST_MSVC)&&(BOOST_MSVC<1300) //ifthislibversionissetupforvc6thenthereisnostd::use_facet: #defineBOOST_NO_STD_USE_FACET #defineBOOST_HAS_TWO_ARG_USE_FACET //Clibfunctionsaren'tinnamespacestdeither: #defineBOOST_NO_STDC_NAMESPACE //andnoris<exception> #defineBOOST_NO_EXCEPTION_STD_NAMESPACE #endif //There'snonumeric_limits<longlong>supportunless_LONGLONGisdefined: #if!defined(_LONGLONG)&&(_CPPLIB_VER<=310) #defineBOOST_NO_MS_INT64_NUMERIC_LIMITS #endif //3.06appearstohave(non-sgiversionsof)<hash_set>&<hash_map>, //andno<slist>atall #else #defineBOOST_MSVC_STD_ITERATOR1 #defineBOOST_NO_STD_ITERATOR #defineBOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS #defineBOOST_NO_STD_ALLOCATOR #defineBOOST_NO_STDC_NAMESPACE #defineBOOST_NO_STD_USE_FACET #defineBOOST_NO_STD_OUTPUT_ITERATOR_ASSIGN #defineBOOST_HAS_MACRO_USE_FACET #ifndef_CPPLIB_VER //UpdatedDinkumlibrarydefinesthis,andprovides //itsownminandmaxdefinitions,asdoesMTAversion. #ifndef__MTA__ #defineBOOST_NO_STD_MIN_MAX #endif #defineBOOST_NO_MS_INT64_NUMERIC_LIMITS #endif #endif // //stdextensionnamespaceisstdextforvc7.1andlater, //thesameappliestoothercompilersthatsitontop //ofvc7.1(IntelandComeau): // #ifdefined(_MSC_VER)&&(_MSC_VER>=1310)&&!defined(__BORLANDC__) #defineBOOST_STD_EXTENSION_NAMESPACEstdext #endif #if(defined(_MSC_VER)&&(_MSC_VER<=1300)&&!defined(__BORLANDC__))||!defined(_CPPLIB_VER)||(_CPPLIB_VER<306) //ifwe'reusingadinkumlibthat's //beenconfiguredforVC6/7thenthereis //noiteratortraits(trueevenforicl) #defineBOOST_NO_STD_ITERATOR_TRAITS #endif #ifdefined(__ICL)&&(__ICL<800)&&defined(_CPPLIB_VER)&&(_CPPLIB_VER<=310) //IntelC++chokesoveranynon-trivialuseof<locale> //thismaybeanoverlyrestrictivedefine,butregexfailswithoutit: #defineBOOST_NO_STD_LOCALE #endif #include<typeinfo> #if((!_HAS_EXCEPTIONS&&!defined(__ghs__))||(!_HAS_NAMESPACE&&defined(__ghs__))) #defineBOOST_NO_STD_TYPEINFO #endif //C++0xheadersimplementedin520(asshippedbyMicrosoft) // #if!defined(_CPPLIB_VER)||_CPPLIB_VER<520 #defineBOOST_NO_0X_HDR_ARRAY #defineBOOST_NO_0X_HDR_CODECVT #defineBOOST_NO_0X_HDR_FORWARD_LIST #defineBOOST_NO_0X_HDR_INITIALIZER_LIST #defineBOOST_NO_0X_HDR_RANDOM #defineBOOST_NO_0X_HDR_REGEX #defineBOOST_NO_0X_HDR_SYSTEM_ERROR #defineBOOST_NO_STD_UNORDERED//deprecated;seefollowing #defineBOOST_NO_0X_HDR_UNORDERED_MAP #defineBOOST_NO_0X_HDR_UNORDERED_SET #defineBOOST_NO_0X_HDR_TUPLE #defineBOOST_NO_0X_HDR_TYPEINDEX #defineBOOST_NO_NUMERIC_LIMITS_LOWEST #endif #if!defined(_HAS_TR1_IMPORTS)&&!defined(BOOST_NO_0X_HDR_TUPLE) #defineBOOST_NO_0X_HDR_TUPLE #endif // //C++0xheadersnotyet(fully)implemented: // #defineBOOST_NO_0X_HDR_TYPE_TRAITS #defineBOOST_NO_0X_HDR_CHRONO #defineBOOST_NO_0X_HDR_CONDITION_VARIABLE #defineBOOST_NO_0X_HDR_FUTURE #defineBOOST_NO_0X_HDR_MUTEX #defineBOOST_NO_0X_HDR_RATIO #defineBOOST_NO_0X_HDR_THREAD #ifdef_CPPLIB_VER #defineBOOST_DINKUMWARE_STDLIB_CPPLIB_VER #else #defineBOOST_DINKUMWARE_STDLIB1 #endif #ifdef_CPPLIB_VER #defineBOOST_STDLIB"Dinkumwarestandardlibraryversion"BOOST_STRINGIZE(_CPPLIB_VER) #else #defineBOOST_STDLIB"Dinkumwarestandardlibraryversion1.x" #endif