mirror of
https://github.com/boostorg/mp11.git
synced 2025-12-04 15:59:19 +01:00
Move everything to namespace mp11
This commit is contained in:
@@ -19,8 +19,8 @@ struct X3 {};
|
||||
|
||||
int main()
|
||||
{
|
||||
using boost::mp_list;
|
||||
using boost::mp_remove_if;
|
||||
using boost::mp11::mp_list;
|
||||
using boost::mp11::mp_remove_if;
|
||||
|
||||
{
|
||||
using L1 = mp_list<>;
|
||||
|
||||
Reference in New Issue
Block a user