mirror of
https://github.com/boostorg/mp11.git
synced 2026-04-29 02:03:32 +02:00
Move everything to namespace mp11
This commit is contained in:
@@ -18,8 +18,8 @@ struct X1 {};
|
||||
|
||||
int main()
|
||||
{
|
||||
using boost::mp_list;
|
||||
using boost::mp_replace_if;
|
||||
using boost::mp11::mp_list;
|
||||
using boost::mp11::mp_replace_if;
|
||||
|
||||
{
|
||||
using L1 = mp_list<>;
|
||||
|
||||
Reference in New Issue
Block a user