Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58316 - trunk/boost/config/compiler
From: john_at_[hidden]
Date: 2009-12-12 05:00:03


Author: johnmaddock
Date: 2009-12-12 05:00:03 EST (Sat, 12 Dec 2009)
New Revision: 58316
URL: http://svn.boost.org/trac/boost/changeset/58316

Log:
Another Codegear config fix.
Text files modified:
   trunk/boost/config/compiler/codegear.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/config/compiler/codegear.hpp
==============================================================================
--- trunk/boost/config/compiler/codegear.hpp (original)
+++ trunk/boost/config/compiler/codegear.hpp 2009-12-12 05:00:03 EST (Sat, 12 Dec 2009)
@@ -33,7 +33,6 @@
 # define BOOST_NO_INTEGRAL_INT64_T
 # define BOOST_NO_DEPENDENT_NESTED_DERIVATIONS
 # define BOOST_NO_PRIVATE_IN_AGGREGATE
-# define BOOST_NO_TWO_PHASE_NAME_LOOKUP
 # define BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE
    // we shouldn't really need this - but too many things choke
    // without it, this needs more investigation:
@@ -48,6 +47,7 @@
 # define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
 # define BOOST_NO_NESTED_FRIENDSHIP // TC1 gives nested classes access rights as any other member
 # define BOOST_NO_USING_TEMPLATE
+# define BOOST_NO_TWO_PHASE_NAME_LOOKUP
 // Temporary hack, until specific MPL preprocessed headers are generated
 # define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
 


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