diff --git a/include/boost/mp11/algorithm.hpp b/include/boost/mp11/algorithm.hpp index 0ff96d9..06c8e48 100644 --- a/include/boost/mp11/algorithm.hpp +++ b/include/boost/mp11/algorithm.hpp @@ -1250,7 +1250,7 @@ template struct mp_intersperse_impl #if BOOST_MP11_WORKAROUND( BOOST_MP11_MSVC, <= 1800 ) -template class L, class... T> struct mp_intersperse_impl, S> +template class L, class... T, class S> struct mp_intersperse_impl, S> { static_assert( sizeof...(T) == 0, "T... must be empty" ); using type = L<>;