Boost logo

Boost-Commit :

From: nicola.musatti_at_[hidden]
Date: 2007-12-21 02:03:45


Author: nmusatti
Date: 2007-12-21 02:03:44 EST (Fri, 21 Dec 2007)
New Revision: 42227
URL: http://svn.boost.org/trac/boost/changeset/42227

Log:
Increased the latest supported version to 5.9.3, corresponding to the December 2007 update.
Text files modified:
   trunk/boost/config/compiler/borland.hpp | 8 ++++----
   1 files changed, 4 insertions(+), 4 deletions(-)

Modified: trunk/boost/config/compiler/borland.hpp
==============================================================================
--- trunk/boost/config/compiler/borland.hpp (original)
+++ trunk/boost/config/compiler/borland.hpp 2007-12-21 02:03:44 EST (Fri, 21 Dec 2007)
@@ -17,8 +17,8 @@
 #endif
 
 // last known and checked version is 0x600 (Builder X preview)
-// or 0x592 (CodeGear C++ Builder 2007 Update 3):
-#if (__BORLANDC__ > 0x592) && (__BORLANDC__ != 0x600)
+// or 0x593 (CodeGear C++ Builder 2007 December 2007 update):
+#if (__BORLANDC__ > 0x593) && (__BORLANDC__ != 0x600)
 # if defined(BOOST_ASSERT_CONFIG)
 # error "Unknown compiler version - please run the configure tests and report the results"
 # else
@@ -106,8 +106,8 @@
 # endif
 #endif
 
-// Borland C++ Builder 2007 Update 3 and below:
-#if (__BORLANDC__ <= 0x592)
+// Borland C++ Builder 2007 December 2007 Update and below:
+#if (__BORLANDC__ <= 0x593)
 # define BOOST_NO_DEPENDENT_NESTED_DERIVATIONS
 # define BOOST_NO_USING_TEMPLATE
 # define BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk