1
0
forked from boostorg/mp11

Add some algorithm names to be implemented.

This commit is contained in:
Peter Dimov
2015-07-24 13:54:30 +03:00
parent e6f83a0d33
commit bd9e5f9c41

View File

@@ -794,6 +794,10 @@ template<template<class...> class L, class... T> struct mp_unique_impl<L<T...>>
template<class L> using mp_unique = typename detail::mp_unique_impl<L>::type; template<class L> using mp_unique = typename detail::mp_unique_impl<L>::type;
// mp_all_of<L, P>
// mp_none_of<L, P>
// mp_any_of<L, P>
} // namespace boost } // namespace boost
#endif // #ifndef BOOST_MP11_ALGORITHM_HPP_INCLUDED #endif // #ifndef BOOST_MP11_ALGORITHM_HPP_INCLUDED