Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70002 - trunk/boost/config/compiler
From: john_at_[hidden]
Date: 2011-03-15 13:30:04


Author: johnmaddock
Date: 2011-03-15 13:29:59 EDT (Tue, 15 Mar 2011)
New Revision: 70002
URL: http://svn.boost.org/trac/boost/changeset/70002

Log:
Fix up Intel's configuration to match the new tests.
Text files modified:
   trunk/boost/config/compiler/intel.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/config/compiler/intel.hpp
==============================================================================
--- trunk/boost/config/compiler/intel.hpp (original)
+++ trunk/boost/config/compiler/intel.hpp 2011-03-15 13:29:59 EDT (Tue, 15 Mar 2011)
@@ -209,7 +209,7 @@
 
 #if defined(BOOST_INTEL_STDCXX0X) && (BOOST_INTEL_CXX_VERSION >= 1200)
 # undef BOOST_NO_RVALUE_REFERENCES
-# undef BOOST_NO_SCOPED_ENUMS
+//# undef BOOST_NO_SCOPED_ENUMS // doesn't really work!!
 # undef BOOST_NO_DELETED_FUNCTIONS
 # undef BOOST_NO_DEFAULTED_FUNCTIONS
 # undef BOOST_NO_LAMBDAS


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