forked from boostorg/mp11
Move everything to namespace mp11
This commit is contained in:
@@ -18,8 +18,8 @@ template<class... T> using Y = X<T...>;
|
||||
|
||||
int main()
|
||||
{
|
||||
using boost::mp_list;
|
||||
using boost::mp_rename;
|
||||
using boost::mp11::mp_list;
|
||||
using boost::mp11::mp_rename;
|
||||
|
||||
using L1 = mp_list<>;
|
||||
BOOST_TEST_TRAIT_TRUE((std::is_same<mp_rename<L1, mp_list>, mp_list<>>));
|
||||
|
||||
Reference in New Issue
Block a user