diff --git a/include/boost/mp11/algorithm.hpp b/include/boost/mp11/algorithm.hpp index f7e8196..b0c2450 100644 --- a/include/boost/mp11/algorithm.hpp +++ b/include/boost/mp11/algorithm.hpp @@ -794,6 +794,10 @@ template class L, class... T> struct mp_unique_impl> template using mp_unique = typename detail::mp_unique_impl::type; +// mp_all_of +// mp_none_of +// mp_any_of + } // namespace boost #endif // #ifndef BOOST_MP11_ALGORITHM_HPP_INCLUDED