From 8e577f1e8b814ec960a6a422c0118a027311a9fa Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 23 Oct 2001 11:12:12 +0000 Subject: [PATCH] set version check for old broken sgi std::messages facet. [SVN r11421] --- include/boost/config/stdlib/sgi.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/config/stdlib/sgi.hpp b/include/boost/config/stdlib/sgi.hpp index 430092f8..7e21848d 100644 --- a/include/boost/config/stdlib/sgi.hpp +++ b/include/boost/config/stdlib/sgi.hpp @@ -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" +