Fix Intel-12.1 failures on Win32.

[SVN r76317]
This commit is contained in:
John Maddock
2012-01-05 10:10:24 +00:00
parent 5d04c0e793
commit 4c382635a1

View File

@ -236,6 +236,17 @@ template<> struct assert_intrinsic_wchar_t<unsigned short> {};
//# undef BOOST_NO_SCOPED_ENUMS
#endif
#if defined(_MSC_VER) && (_MSC_VER <= 1700)
//
// Although the Intel compiler is capable of supporting these, it appears not to in MSVC compatibility mode:
//
# define BOOST_NO_INITIALIZER_LISTS
# define BOOST_NO_VARIADIC_TEMPLATES
# define BOOST_NO_DELETED_FUNCTIONS
# define BOOST_NO_DEFAULTED_FUNCTIONS
# define BOOST_NO_TEMPLATE_ALIASES
#endif
#if (BOOST_INTEL_CXX_VERSION < 1200)
//
// fenv.h appears not to work with Intel prior to 12.0: