mirror of
https://github.com/boostorg/mp11.git
synced 2026-05-03 19:30:56 +02:00
Move everything to namespace mp11
This commit is contained in:
+3
-3
@@ -21,9 +21,9 @@ struct X3 {};
|
||||
|
||||
int main()
|
||||
{
|
||||
using boost::mp_list;
|
||||
using boost::mp_count;
|
||||
using boost::mp_size_t;
|
||||
using boost::mp11::mp_list;
|
||||
using boost::mp11::mp_count;
|
||||
using boost::mp11::mp_size_t;
|
||||
|
||||
{
|
||||
using L1 = mp_list<>;
|
||||
|
||||
Reference in New Issue
Block a user