From 6fa5c890a8bd2bd4b7c76dc7f537c61ea8a9d4f4 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 16 Dec 2018 18:57:16 +0200 Subject: [PATCH] Update msvc-14.1 workaround --- include/boost/mp11/detail/mp_plus.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/mp11/detail/mp_plus.hpp b/include/boost/mp11/detail/mp_plus.hpp index 8df6927..90ed4c9 100644 --- a/include/boost/mp11/detail/mp_plus.hpp +++ b/include/boost/mp11/detail/mp_plus.hpp @@ -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 struct mp_plus_impl {