1
0
forked from boostorg/mp11

Add skeleton headers for things not yet implemented.

This commit is contained in:
Peter Dimov
2015-07-16 18:12:06 +03:00
parent 61b897e857
commit a2dccfd6ae
5 changed files with 70 additions and 0 deletions

View File

@@ -621,6 +621,8 @@ template<class L, template<class...> class P> using mp_find_if = mp_drop<L, mp_f
// mp_reverse<L>
// mp_fold<L, V, F>
// mp_reverse_fold<L, V, F>
// mp_unique<L>
// mp_remove<L, V>
} // namespace boost