sgi.hpp gecode/third-party/boost/config/no_tr1/utility.hpp BOOST_NO_STD_ITERATOR_TRAITS BOOST_NO_STD_LOCALE BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS BOOST_NO_STD_ALLOCATOR BOOST_HAS_HASH BOOST_HAS_SLIST BOOST_NO_STD_ITERATOR BOOST_HAS_SGI_TYPE_TRAITS BOOST_NO_0X_HDR_ARRAY BOOST_NO_0X_HDR_CHRONO BOOST_NO_0X_HDR_CODECVT BOOST_NO_0X_HDR_CONDITION_VARIABLE BOOST_NO_0X_HDR_FORWARD_LIST BOOST_NO_0X_HDR_FUTURE BOOST_NO_0X_HDR_INITIALIZER_LIST BOOST_NO_0X_HDR_MUTEX BOOST_NO_0X_HDR_RANDOM BOOST_NO_0X_HDR_RATIO BOOST_NO_0X_HDR_REGEX BOOST_NO_0X_HDR_SYSTEM_ERROR BOOST_NO_0X_HDR_THREAD BOOST_NO_0X_HDR_TUPLE BOOST_NO_0X_HDR_TYPE_TRAITS BOOST_NO_0X_HDR_TYPEINDEX BOOST_NO_STD_UNORDERED BOOST_NO_0X_HDR_UNORDERED_MAP BOOST_NO_0X_HDR_UNORDERED_SET BOOST_NO_NUMERIC_LIMITS_LOWEST BOOST_STDLIB "SGI standard library" //(C)CopyrightJohnMaddock2001-2003. //(C)CopyrightDarinAdler2001. //(C)CopyrightJensMaurer2001-2003. //Use,modificationanddistributionaresubjecttothe //BoostSoftwareLicense,Version1.0.(Seeaccompanyingfile //LICENSE_1_0.txtorcopyathttp://www.boost.org/LICENSE_1_0.txt) //Seehttp://www.boost.orgformostrecentversion. //genericSGISTL: #if!defined(__STL_CONFIG_H) #include<gecode/third-party/boost/config/no_tr1/utility.hpp> #if!defined(__STL_CONFIG_H) #error"ThisisnottheSGISTL!" #endif #endif // //Nostd::iteratortraitswithoutpartialspecialisation: // #if!defined(__STL_CLASS_PARTIAL_SPECIALIZATION) #defineBOOST_NO_STD_ITERATOR_TRAITS #endif // //Nostd::stringstreamwithgcc<3 // #ifdefined(__GNUC__)&&(__GNUC__<3)&&\ ((__GNUC_MINOR__<95)||(__GNUC_MINOR__==96))&&\ !defined(__STL_USE_NEW_IOSTREAMS)||\ defined(__APPLE_CC__) //NotethatweonlysetthisforGNUC++priorto2.95sincethe //latestpatchesforthatreleasedocontainaminimal<sstream> //Ifyouarerunninga2.95releasepriorto2.95.3thenthiswillneed //setting,butthereisnowaytodetectthatautomatically(other //thanbyrunningtheconfigurescript). //Also,theunofficialGNUC++2.96includedinRedHat7.1doesn't //have<sstream>. #defineBOOST_NO_STRINGSTREAM #endif //Appledoesn'tseemtoreliablydefineda*unix*macro #if!defined(CYGWIN)&&(defined(__unix__)\ ||defined(__unix)\ ||defined(unix)\ ||defined(__APPLE__)\ ||defined(__APPLE)\ ||defined(APPLE)) #include<unistd.h> #endif // //Assumenostd::localewithoutowniostreams(thismaybean //incorrectassumptioninsomecases): // #if!defined(__SGI_STL_OWN_IOSTREAMS)&&!defined(__STL_USE_NEW_IOSTREAMS) #defineBOOST_NO_STD_LOCALE #endif // //OriginalnativeSGIstreamshavenon-standardstd::messagesfacet: // #ifdefined(__sgi)&&(_COMPILER_VERSION<=650)&&!defined(__SGI_STL_OWN_IOSTREAMS) #defineBOOST_NO_STD_LOCALE #endif // //SGI'snewiostreamshavemissing"const"inmessages<>::open // #ifdefined(__sgi)&&(_COMPILER_VERSION<=740)&&defined(__STL_USE_NEW_IOSTREAMS) #defineBOOST_NO_STD_MESSAGES #endif // //Notemplateiteratorconstructors,orstd::allocator //withoutmembertemplates: // #if!defined(__STL_MEMBER_TEMPLATES) #defineBOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS #defineBOOST_NO_STD_ALLOCATOR #endif // //WealwayshaveSGIstylehash_set,hash_map,andslist: // #defineBOOST_HAS_HASH #defineBOOST_HAS_SLIST // //IfthisisGNUlibstdc++2,thenno<limits>andnostd::wstring: // #if(defined(__GNUC__)&&(__GNUC__<3)) #include<string> #ifdefined(__BASTRING__) #defineBOOST_NO_LIMITS //Note:<gecode/third-party/boost/limits.hpp>willprovidecompile-timeconstants #undefBOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS #defineBOOST_NO_STD_WSTRING #endif #endif // //Thereisnostandarditeratorunlesswehavenamespacesupport: // #if!defined(__STL_USE_NAMESPACES) #defineBOOST_NO_STD_ITERATOR #endif // //Intrinsictype_traitssupport. //TheSGISTLhasit'sown__type_traitsclass,which //hasintrinsiccompilersupportwithSGI'scompilers. //WhatevermapSGIstyletypetraitstoboostequivalents: // #defineBOOST_HAS_SGI_TYPE_TRAITS //C++0xheadersnotyetimplemented // #defineBOOST_NO_0X_HDR_ARRAY #defineBOOST_NO_0X_HDR_CHRONO #defineBOOST_NO_0X_HDR_CODECVT #defineBOOST_NO_0X_HDR_CONDITION_VARIABLE #defineBOOST_NO_0X_HDR_FORWARD_LIST #defineBOOST_NO_0X_HDR_FUTURE #defineBOOST_NO_0X_HDR_INITIALIZER_LIST #defineBOOST_NO_0X_HDR_MUTEX #defineBOOST_NO_0X_HDR_RANDOM #defineBOOST_NO_0X_HDR_RATIO #defineBOOST_NO_0X_HDR_REGEX #defineBOOST_NO_0X_HDR_SYSTEM_ERROR #defineBOOST_NO_0X_HDR_THREAD #defineBOOST_NO_0X_HDR_TUPLE #defineBOOST_NO_0X_HDR_TYPE_TRAITS #defineBOOST_NO_0X_HDR_TYPEINDEX #defineBOOST_NO_STD_UNORDERED//deprecated;seefollowing #defineBOOST_NO_0X_HDR_UNORDERED_MAP #defineBOOST_NO_0X_HDR_UNORDERED_SET #defineBOOST_NO_NUMERIC_LIMITS_LOWEST #defineBOOST_STDLIB"SGIstandardlibrary"