Add mp_transform_if, mp_map_update

This commit is contained in:
Peter Dimov
2017-03-14 16:32:17 +02:00
parent c054b2b2fe
commit 6fb4cee7b2
6 changed files with 143 additions and 3 deletions

View File

@@ -18,7 +18,6 @@ int main()
{
using boost::mp_map_erase;
using boost::mp_list;
using boost::mp_push_back;
BOOST_TEST_TRAIT_TRUE((std::is_same<mp_map_erase<mp_list<>, void>, mp_list<>>));
BOOST_TEST_TRAIT_TRUE((std::is_same<mp_map_erase<std::tuple<>, int>, std::tuple<>>));