From 949134726fa4ee635326edd230a18160482d0226 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Thu, 3 May 2001 11:57:57 +0000 Subject: [PATCH] fix the fix for SGI MIPSpro with STLport [SVN r10008] --- include/boost/integer_traits.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/integer_traits.hpp b/include/boost/integer_traits.hpp index 4f1c597..c0cd045 100644 --- a/include/boost/integer_traits.hpp +++ b/include/boost/integer_traits.hpp @@ -88,8 +88,8 @@ class integer_traits #if defined(__BORLANDC__) // Borland C++ does not have WCHAR_MIN and WCHAR_MAX public detail::integer_traits_base -#elif defined(__sgi) - // SGI MIPSpro doesn't have them, either +#elif defined(__sgi) && (!defined(__SGI_STL_PORT) || __SGI_STL_PORT < 0x400) + // SGI MIPSpro with native library doesn't have them, either public detail::integer_traits_base #else public detail::integer_traits_base