Update for Intel 15.0

This commit is contained in:
jzmaddock
2014-09-23 17:02:30 +01:00
parent b32c1340b7
commit 8b174c0617

View File

@ -298,6 +298,12 @@ template<> struct assert_intrinsic_wchar_t<unsigned short> {};
# undef BOOST_NO_CXX11_RAW_LITERALS
# undef BOOST_NO_CXX11_SCOPED_ENUMS
#endif
#if defined(BOOST_INTEL_STDCXX0X) && (BOOST_INTEL_CXX_VERSION >= 1500) && !defined(_MSC_VER)
# undef BOOST_NO_CXX11_ALIGNAS
# undef BOOST_NO_CXX11_CONSTEXPR
# undef BOOST_NO_CXX11_NOEXCEPT
# undef BOOST_NO_CXX11_USER_DEFINED_LITERALS
#endif
#if defined(BOOST_INTEL_STDCXX0X) && (BOOST_INTEL_CXX_VERSION <= 1310)
# define BOOST_NO_CXX11_HDR_FUTURE