1
0
forked from boostorg/mp11

Disable fold expressions in mp_plus for msvc-14.1 1915 (15.8)

This commit is contained in:
Peter Dimov
2018-08-30 01:09:39 +03:00
parent 00dbd0ec9e
commit 8893227365

View File

@@ -20,7 +20,7 @@ namespace mp11
namespace detail
{
#if defined( BOOST_MP11_HAS_FOLD_EXPRESSIONS )
#if defined( BOOST_MP11_HAS_FOLD_EXPRESSIONS ) && !BOOST_MP11_WORKAROUND( BOOST_MP11_MSVC, <= 1915 )
template<class... T> struct mp_plus_impl
{