From 2662b121669cfa579a1c381538eccad885769d07 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Fri, 22 Aug 2014 18:50:05 +0100 Subject: [PATCH] Disable for Intel C++ as it can't yet parse the file. --- include/boost/config/stdlib/dinkumware.hpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/boost/config/stdlib/dinkumware.hpp b/include/boost/config/stdlib/dinkumware.hpp index 6fb6322a..a6ac64a0 100644 --- a/include/boost/config/stdlib/dinkumware.hpp +++ b/include/boost/config/stdlib/dinkumware.hpp @@ -147,6 +147,12 @@ # define BOOST_NO_CXX11_STD_ALIGN #endif +#if defined(BOOST_INTEL) && (BOOST_INTEL <= 1400) +// Intel's compiler can't handle this header yet: +# define BOOST_NO_CXX11_HDR_ATOMIC +#endif + + // 520..610 have std::addressof, but it doesn't support functions // # define BOOST_NO_CXX11_ADDRESSOF