Fix Intel 14 config in non-c++11 mode

[SVN r85620]
This commit is contained in:
John Maddock
2013-09-09 16:16:31 +00:00
parent d0cbc105e2
commit c81d5731c3

View File

@ -255,7 +255,7 @@ template<> struct assert_intrinsic_wchar_t<unsigned short> {};
#if (BOOST_INTEL_CXX_VERSION >= 1310)
# undef BOOST_NO_SFINAE_EXPR
#endif
#if (BOOST_INTEL_CXX_VERSION >= 1400)
#if defined(BOOST_INTEL_STDCXX0X) && (BOOST_INTEL_CXX_VERSION >= 1400) && !defined(_MSC_VER)
# undef BOOST_NO_CXX11_UNICODE_LITERALS
# undef BOOST_NO_CXX11_RAW_LITERALS
// This one generates errors when used with conditional exception specifications, for example in multiprecision: