From f0b6a525e092b9073b1dbe6e669ec0763fbe26f8 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sat, 22 Jun 2013 13:57:54 +0000 Subject: [PATCH] To be on the safe side, disabled trailing function result types on Windows, since MSVC does not support it and Intel compiler by default disables features not supported by MSVC. [SVN r84882] --- include/boost/config/compiler/intel.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/config/compiler/intel.hpp b/include/boost/config/compiler/intel.hpp index 6e5c7638..3261377e 100644 --- a/include/boost/config/compiler/intel.hpp +++ b/include/boost/config/compiler/intel.hpp @@ -256,6 +256,7 @@ template<> struct assert_intrinsic_wchar_t {}; # define BOOST_NO_CXX11_DELETED_FUNCTIONS # define BOOST_NO_CXX11_DEFAULTED_FUNCTIONS # define BOOST_NO_CXX11_TEMPLATE_ALIASES +# define BOOST_NO_CXX11_TRAILING_RESULT_TYPES #endif #if (BOOST_INTEL_CXX_VERSION < 1200)