Disable <atomic> for Intel C++ as it can't yet parse the file.

This commit is contained in:
jzmaddock
2014-08-22 18:50:05 +01:00
parent 82457fadb7
commit 2662b12166

View File

@ -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