From bd9e5f9c41b2d93a58136221aab44b78d376339f Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 24 Jul 2015 13:54:30 +0300 Subject: [PATCH] Add some algorithm names to be implemented. --- include/boost/mp11/algorithm.hpp | 4 ++++ 1 file changed, 4 insertions(+) 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