Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75693 - trunk/boost/config/compiler
From: bdawes_at_[hidden]
Date: 2011-11-27 11:14:48


Author: bemandawes
Date: 2011-11-27 11:14:47 EST (Sun, 27 Nov 2011)
New Revision: 75693
URL: http://svn.boost.org/trac/boost/changeset/75693

Log:
Update intel.hpp for 12.1.
Text files modified:
   trunk/boost/config/compiler/intel.hpp | 15 +++++++++++++++
   1 files changed, 15 insertions(+), 0 deletions(-)

Modified: trunk/boost/config/compiler/intel.hpp
==============================================================================
--- trunk/boost/config/compiler/intel.hpp (original)
+++ trunk/boost/config/compiler/intel.hpp 2011-11-27 11:14:47 EST (Sun, 27 Nov 2011)
@@ -221,6 +221,21 @@
 # undef BOOST_NO_AUTO_MULTIDECLARATIONS
 #endif
 
+// icl Version 12.1.0.233 Build 20110811 and possibly some other builds
+// had an incorrect __INTEL_COMPILER value of 9999. Intel say this has been fixed.
+#if defined(BOOST_INTEL_STDCXX0X) && (BOOST_INTEL_CXX_VERSION > 1200)
+# undef BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS
+# undef BOOST_NO_NULLPTR
+# undef BOOST_NO_RVALUE_REFERENCES
+# undef BOOST_NO_SFINAE_EXPR
+# undef BOOST_NO_TEMPLATE_ALIASES
+# undef BOOST_NO_VARIADIC_TEMPLATES
+
+// http://software.intel.com/en-us/articles/c0x-features-supported-by-intel-c-compiler/
+// continues to list scoped enum support as "Partial"
+//# undef BOOST_NO_SCOPED_ENUMS
+#endif
+
 #if (BOOST_INTEL_CXX_VERSION < 1200)
 //
 // fenv.h appears not to work with Intel prior to 12.0:


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