avoid the messages facet on SGI (with MIPSpro compiler)

[SVN r11437]
This commit is contained in:
Jens Maurer
2001-10-25 05:16:02 +00:00
parent c2ed94bee0
commit 382bb3cc08

View File

@@ -48,6 +48,13 @@
# define BOOST_NO_STD_LOCALE # define BOOST_NO_STD_LOCALE
#endif #endif
//
// SGI's new iostreams have missing "const" in messages<>::open
//
#if defined(__sgi) && (_COMPILER_VERSION <= 730) && defined(__SGI_STL_OWN_IOSTREAMS)
# define BOOST_NO_STD_MESSAGES
#endif
// //
// No template iterator constructors, or std::allocator // No template iterator constructors, or std::allocator
// without member templates: // without member templates: