set version check for old broken sgi std::messages facet.

[SVN r11421]
This commit is contained in:
John Maddock
2001-10-23 11:12:12 +00:00
parent 07d86e9ca1
commit 8e577f1e8b

View File

@@ -44,7 +44,7 @@
//
// Original native SGI streams have non-standard std::messages facet:
//
#if defined(__sgi) && !defined(__SGI_STL_OWN_IOSTREAMS)
#if defined(__sgi) && (_COMPILER_VERSION <= 650) && !defined(__SGI_STL_OWN_IOSTREAMS)
# define BOOST_NO_STD_LOCALE
#endif
@@ -82,3 +82,4 @@
#endif
#define BOOST_STDLIB "SGI standard library"