forked from boostorg/mp11
Move everything to namespace mp11
This commit is contained in:
@@ -20,8 +20,8 @@ struct X3 {};
|
||||
|
||||
int main()
|
||||
{
|
||||
using boost::mp_list;
|
||||
using boost::mp_replace;
|
||||
using boost::mp11::mp_list;
|
||||
using boost::mp11::mp_replace;
|
||||
|
||||
{
|
||||
using L1 = mp_list<>;
|
||||
|
||||
Reference in New Issue
Block a user