1
0
forked from boostorg/mp11

Merge branch 'develop' into feature/mp_for_each_1089

This commit is contained in:
Peter Dimov
2018-12-16 18:57:43 +02:00

View File

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