$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r85252 - trunk/boost/config/compiler
From: john_at_[hidden]
Date: 2013-08-09 08:26:40
Author: johnmaddock
Date: 2013-08-09 08:26:39 EDT (Fri, 09 Aug 2013)
New Revision: 85252
URL: http://svn.boost.org/trac/boost/changeset/85252
Log:
Update for Intel-13.1
Text files modified: 
   trunk/boost/config/compiler/intel.hpp |    22 +++++++++++++++++++++-                  
   1 files changed, 21 insertions(+), 1 deletions(-)
Modified: trunk/boost/config/compiler/intel.hpp
==============================================================================
--- trunk/boost/config/compiler/intel.hpp	Fri Aug  9 05:29:39 2013	(r85251)
+++ trunk/boost/config/compiler/intel.hpp	2013-08-09 08:26:39 EDT (Fri, 09 Aug 2013)	(r85252)
@@ -246,6 +246,23 @@
 // continues to list scoped enum support as "Partial"
 //#  undef  BOOST_NO_CXX11_SCOPED_ENUMS
 #endif
+#if defined(BOOST_INTEL_STDCXX0X) && (BOOST_INTEL_CXX_VERSION >= 1310)
+#  undef BOOST_NO_CXX11_INLINE_NAMESPACES
+#  undef BOOST_NO_CXX11_FUNCTION_TEMPLATE_DEFAULT_ARGS
+#  undef BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS
+#  undef BOOST_NO_CXX11_NOEXCEPT
+#  undef BOOST_NO_CXX11_RANGE_BASED_FOR
+#  undef BOOST_NO_CXX11_SCOPED_ENUMS
+#  undef BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX
+#endif
+#if (BOOST_INTEL_CXX_VERSION >= 1310)
+#  undef  BOOST_NO_SFINAE_EXPR
+#endif
+
+#if defined(BOOST_INTEL_STDCXX0X) && (BOOST_INTEL_CXX_VERSION <= 1310)
+#  define BOOST_NO_CXX11_HDR_FUTURE
+#  define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
+#endif
 
 #if defined(_MSC_VER) && (_MSC_VER <= 1700)
 //
@@ -272,10 +289,13 @@
 #  define BOOST_HAS_STDINT_H
 #endif
 
+#if defined(__LP64__) && defined(__GNUC__) && (BOOST_INTEL_CXX_VERSION >= 1310)
+#  define BOOST_HAS_INT128
+#endif
 
 //
 // last known and checked version:
-#if (BOOST_INTEL_CXX_VERSION > 1200)
+#if (BOOST_INTEL_CXX_VERSION > 1310)
 #  if defined(BOOST_ASSERT_CONFIG)
 #     error "Unknown compiler version - please run the configure tests and report the results"
 #  elif defined(_MSC_VER)