From d95b647a461173955240c652aea4fbaa7a0b2785 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 7 Sep 2003 10:39:13 +0000 Subject: [PATCH] Updated __sgi version check for BOOST_NO_STD_MESSAGES [SVN r19941] --- 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 dd086c2c..35076e13 100644 --- a/include/boost/config/stdlib/sgi.hpp +++ b/include/boost/config/stdlib/sgi.hpp @@ -56,7 +56,7 @@ // // SGI's new iostreams have missing "const" in messages<>::open // -#if defined(__sgi) && (_COMPILER_VERSION <= 730) && defined(__STL_USE_NEW_IOSTREAMS) +#if defined(__sgi) && (_COMPILER_VERSION <= 740) && defined(__STL_USE_NEW_IOSTREAMS) # define BOOST_NO_STD_MESSAGES #endif @@ -105,3 +105,4 @@ #define BOOST_STDLIB "SGI standard library" +