Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72953 - trunk/boost/config/compiler
From: john_at_[hidden]
Date: 2011-07-07 06:37:17


Author: johnmaddock
Date: 2011-07-07 06:37:15 EDT (Thu, 07 Jul 2011)
New Revision: 72953
URL: http://svn.boost.org/trac/boost/changeset/72953

Log:
RValue references don't really work correctly with Intel's compiler - disable support for them for now as enabling it breaks the Filesystem and Exception libraries.
Fixes #5671.
See Intel support issue #636018.
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-07-07 06:37:15 EDT (Thu, 07 Jul 2011)
@@ -210,7 +210,7 @@
 #endif
 
 #if defined(BOOST_INTEL_STDCXX0X) && (BOOST_INTEL_CXX_VERSION >= 1200)
-# undef BOOST_NO_RVALUE_REFERENCES
+//# undef BOOST_NO_RVALUE_REFERENCES // Enabling this breaks Filesystem and Exception libraries
 //# undef BOOST_NO_SCOPED_ENUMS // doesn't really work!!
 # undef BOOST_NO_DELETED_FUNCTIONS
 # undef BOOST_NO_DEFAULTED_FUNCTIONS


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