From 1171a85cb8662df30f7c6f3f874a26c8f416e5a5 Mon Sep 17 00:00:00 2001 From: Nicola Musatti Date: Thu, 13 Apr 2006 07:13:32 +0000 Subject: [PATCH] Updated to support bcc32 5.8.2 [SVN r33685] --- include/boost/config/compiler/borland.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/config/compiler/borland.hpp b/include/boost/config/compiler/borland.hpp index 37999e9e..b0d6ab0b 100644 --- a/include/boost/config/compiler/borland.hpp +++ b/include/boost/config/compiler/borland.hpp @@ -20,7 +20,7 @@ // last known and checked version is 0x600 (Builder X preview) // Or 0x582 (Borland C++ Builder 2006 Update 1): -#if (__BORLANDC__ > 0x581) && (__BORLANDC__ != 0x600) +#if (__BORLANDC__ > 0x582) && (__BORLANDC__ != 0x600) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # else @@ -67,8 +67,8 @@ #endif #endif -// Borland C++ Builder 2006 Update 1 and below: -#if (__BORLANDC__ <= 0x581) +// Borland C++ Builder 2006 Update 2 and below: +#if (__BORLANDC__ <= 0x582) # define BOOST_NO_SFINAE # define BOOST_NO_INTEGRAL_INT64_T # define BOOST_NO_DEPENDENT_NESTED_DERIVATIONS