mirror of
https://github.com/boostorg/config.git
synced 2025-08-01 21:34:28 +02:00
Set BOOST_NO_CXX11_FIXED_LENGTH_VARIADIC_TEMPLATE_EXPANSION_PACKS for Intel.
This commit is contained in:
@@ -298,6 +298,10 @@ template<> struct assert_intrinsic_wchar_t<unsigned short> {};
|
|||||||
# define BOOST_NO_CXX11_HDR_TUPLE
|
# define BOOST_NO_CXX11_HDR_TUPLE
|
||||||
#endif
|
#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)
|
#if defined(_MSC_VER) && (_MSC_VER <= 1700)
|
||||||
//
|
//
|
||||||
// Although the Intel compiler is capable of supporting these, it appears not to in MSVC compatibility mode:
|
// Although the Intel compiler is capable of supporting these, it appears not to in MSVC compatibility mode:
|
||||||
|
@@ -23,3 +23,4 @@ int test()
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user