Set BOOST_NO_CXX11_FIXED_LENGTH_VARIADIC_TEMPLATE_EXPANSION_PACKS for Intel.

This commit is contained in:
jzmaddock
2014-08-25 19:00:50 +01:00
parent 1066b2a582
commit 2690cb8b39
2 changed files with 5 additions and 0 deletions

View File

@ -298,6 +298,10 @@ template<> struct assert_intrinsic_wchar_t<unsigned short> {};
# define BOOST_NO_CXX11_HDR_TUPLE
#endif
#if BOOST_INTEL_CXX_VERSION <= 1400
# define BOOST_NO_CXX11_FIXED_LENGTH_VARIADIC_TEMPLATE_EXPANSION_PACKS
#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:

View File

@ -23,3 +23,4 @@ int test()
}
}