diff --git a/include/boost/mp11/algorithm.hpp b/include/boost/mp11/algorithm.hpp index 0f07447..057331a 100644 --- a/include/boost/mp11/algorithm.hpp +++ b/include/boost/mp11/algorithm.hpp @@ -355,6 +355,11 @@ template class S, class U, U... J, class F> struct mp_ using type = mp_list_c; }; +template class S, class U, U... J> struct mp_from_sequence_impl, mp_int<0>> +{ + using type = mp_list_c; +}; + } // namespace detail template> using mp_from_sequence = typename detail::mp_from_sequence_impl::type;