1
0
forked from boostorg/mp11

Update msvc-14.1 workaround

This commit is contained in:
Peter Dimov
2018-12-16 18:57:16 +02:00
parent dbe0378d65
commit 6fa5c890a8

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
{