mirror of
https://github.com/boostorg/mp11.git
synced 2026-06-11 11:51:16 +02:00
Move everything to namespace mp11
This commit is contained in:
+2
-2
@@ -25,8 +25,8 @@ struct X9 {};
|
||||
|
||||
int main()
|
||||
{
|
||||
using boost::mp_list;
|
||||
using boost::mp_reverse;
|
||||
using boost::mp11::mp_list;
|
||||
using boost::mp11::mp_reverse;
|
||||
|
||||
{
|
||||
BOOST_TEST_TRAIT_TRUE((std::is_same<mp_reverse<mp_list<>>, mp_list<>>));
|
||||
|
||||
Reference in New Issue
Block a user