mirror of
https://github.com/boostorg/mp11.git
synced 2026-05-04 19:54:17 +02:00
Move everything to namespace mp11
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using boost::mp_list;
|
||||
using boost::mp_set_push_back;
|
||||
using boost::mp11::mp_list;
|
||||
using boost::mp11::mp_set_push_back;
|
||||
|
||||
{
|
||||
using L1 = mp_list<>;
|
||||
|
||||
Reference in New Issue
Block a user