1234567891011121314151617181920212223242526272829 |
- #define BOOST_COMPILER "SGI Irix compiler version " BOOST_STRINGIZE(_COMPILER_VERSION)
- #include "boost/config/compiler/common_edg.hpp"
- #define BOOST_HAS_THREADS
- #define BOOST_NO_TWO_PHASE_NAME_LOOKUP
- #undef BOOST_NO_SWPRINTF
- #undef BOOST_DEDUCED_TYPENAME
|