|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r53775 - trunk/boost/config/compiler
From: David.Dean_at_[hidden]
Date: 2009-06-09 11:55:06
Author: siliconman
Date: 2009-06-09 11:55:05 EDT (Tue, 09 Jun 2009)
New Revision: 53775
URL: http://svn.boost.org/trac/boost/changeset/53775
Log:
updating codegear.hpp with defines for newest compiler
Text files modified:
trunk/boost/config/compiler/codegear.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/boost/config/compiler/codegear.hpp
==============================================================================
--- trunk/boost/config/compiler/codegear.hpp (original)
+++ trunk/boost/config/compiler/codegear.hpp 2009-06-09 11:55:05 EDT (Tue, 09 Jun 2009)
@@ -20,7 +20,7 @@
//
// versions check:
// last known and checked version is 0x610
-#if (__CODEGEARC__ > 0x610)
+#if (__CODEGEARC__ > 0x613)
# if defined(BOOST_ASSERT_CONFIG)
# error "Unknown compiler version - please run the configure tests and report the results"
# else
@@ -29,7 +29,7 @@
#endif
// CodeGear C++ Builder 2009
-#if (__CODEGEARC__ <= 0x610)
+#if (__CODEGEARC__ <= 0x613)
# define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
# define BOOST_NO_DEPENDENT_NESTED_DERIVATIONS
# 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