forked from boostorg/intrusive
Merge branch 'Lastique-fix_msvc12_ice' into develop
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
#include <boost/config.hpp>
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES)
|
||||
// MSVC-12 ICEs when variadic templates are enabled.
|
||||
#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) && (!defined(BOOST_MSVC) || BOOST_MSVC >= 1900)
|
||||
#define BOOST_INTRUSIVE_VARIADIC_TEMPLATES
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user