Merge branch 'Lastique-fix_msvc12_ice' into develop

This commit is contained in:
Ion Gaztañaga
2019-06-08 23:14:45 +02:00

View File

@@ -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