From d880c37ab1f2c4aeb4d172f2da88e560eb7d2ac5 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 27 Apr 2001 11:05:11 +0000 Subject: [PATCH] Minor fix for C++ Builder + STLPort [SVN r9986] --- include/boost/config.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index e5726c9a..382b15ee 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -477,7 +477,7 @@ // end of compiler specific portion ----------------------------------------// -#if defined(BOOST_NO_LIMITS) || (defined(_RWSTD_VER) && defined(__BORLANDC__) && _RWSTD_VER < 0x020300) || (defined(__SGI_STL_PORT) && __SGI_STL_PORT <= 0x410 && __STL_STATIC_CONST_INIT_BUG) +#if defined(BOOST_NO_LIMITS) || (defined(_RWSTD_VER) && defined(__BORLANDC__) && _RWSTD_VER < 0x020300) || (defined(__SGI_STL_PORT) && __SGI_STL_PORT <= 0x410 && defined(__STL_STATIC_CONST_INIT_BUG)) // STLPort 4.0 doesn't define the static constants in numeric_limits<> so that they // can be used at compile time if the compiler bug indicated by // __STL_STATIC_CONST_INIT_BUG is present. @@ -550,3 +550,4 @@ namespace std { +