sgi_mipspro.hpp gecode/third-party/boost/config/compiler/common_edg.hpp BOOST_COMPILER "SGI Irix compiler version " BOOST_STRINGIZE(_COMPILER_VERSION) BOOST_HAS_THREADS BOOST_NO_TWO_PHASE_NAME_LOOKUP //(C)CopyrightJohnMaddock2001-2002. //Use,modificationanddistributionaresubjecttothe //BoostSoftwareLicense,Version1.0.(Seeaccompanyingfile //LICENSE_1_0.txtorcopyathttp://www.boost.org/LICENSE_1_0.txt) //Seehttp://www.boost.orgformostrecentversion. //SGIC++compilersetup: #defineBOOST_COMPILER"SGIIrixcompilerversion"BOOST_STRINGIZE(_COMPILER_VERSION) #include"gecode/third-party/boost/config/compiler/common_edg.hpp" // //Threadingsupport: //Turnthisonunconditionallyhere,itwillgetturnedoffagainlater //ifnothreadingAPIisdetected. // #defineBOOST_HAS_THREADS #defineBOOST_NO_TWO_PHASE_NAME_LOOKUP #undefBOOST_NO_SWPRINTF #undefBOOST_DEDUCED_TYPENAME // //versioncheck: //probablynothingtodohere?