forked from boostorg/mp11
Move everything to namespace mp11
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using boost::mp_map_replace;
|
||||
using boost::mp_list;
|
||||
using boost::mp_push_back;
|
||||
using boost::mp11::mp_map_replace;
|
||||
using boost::mp11::mp_list;
|
||||
using boost::mp11::mp_push_back;
|
||||
|
||||
BOOST_TEST_TRAIT_TRUE((std::is_same<mp_map_replace<mp_list<>, mp_list<void>>, mp_list<mp_list<void>>>));
|
||||
BOOST_TEST_TRAIT_TRUE((std::is_same<mp_map_replace<std::tuple<>, std::tuple<int>>, std::tuple<std::tuple<int>>>));
|
||||
|
||||
Reference in New Issue
Block a user