Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61722 - trunk/boost/config/compiler
From: nielsdekker_at_[hidden]
Date: 2010-05-01 07:06:58


Author: niels_dekker
Date: 2010-05-01 07:06:57 EDT (Sat, 01 May 2010)
New Revision: 61722
URL: http://svn.boost.org/trac/boost/changeset/61722

Log:
Increased last known CodeGear version as discussed with John Maddock.
Text files modified:
   trunk/boost/config/compiler/codegear.hpp | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/boost/config/compiler/codegear.hpp
==============================================================================
--- trunk/boost/config/compiler/codegear.hpp (original)
+++ trunk/boost/config/compiler/codegear.hpp 2010-05-01 07:06:57 EDT (Sat, 01 May 2010)
@@ -19,8 +19,8 @@
 #endif
 //
 // versions check:
-// last known and checked version is 0x620
-#if (__CODEGEARC__ > 0x620)
+// last known and checked version is 0x621
+#if (__CODEGEARC__ > 0x621)
 # if defined(BOOST_ASSERT_CONFIG)
 # error "Unknown compiler version - please run the configure tests and report the results"
 # else
@@ -41,7 +41,7 @@
 #endif
 
 // CodeGear C++ Builder 2010
-#if (__CODEGEARC__ <= 0x620)
+#if (__CODEGEARC__ <= 0x621)
 # define BOOST_NO_TYPENAME_WITH_CTOR // Cannot use typename keyword when making temporaries of a dependant type
 # define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
 # define BOOST_NO_MEMBER_TEMPLATE_FRIENDS


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