Native SGI streams appear to have non-standard std::messages.

[SVN r11405]
This commit is contained in:
John Maddock
2001-10-19 11:36:32 +00:00
parent bb18d81860
commit 4f01724912

View File

@@ -41,6 +41,13 @@
# define BOOST_NO_STD_LOCALE
#endif
//
// Original native SGI streams have non-standard std::messages facet:
//
#if defined(__sgi) && !defined(__SGI_STL_OWN_IOSTREAMS)
# define BOOST_NO_STD_LOCALE
#endif
//
// No template iterator constructors, or std::allocator
// without member templates: