mirror of
https://github.com/boostorg/mp11.git
synced 2025-12-04 07:49:20 +01:00
Move everything to namespace mp11
This commit is contained in:
@@ -27,8 +27,8 @@ template<class T1, class T2, class T3> struct F {};
|
||||
|
||||
int main()
|
||||
{
|
||||
using boost::mp_list;
|
||||
using boost::mp_product;
|
||||
using boost::mp11::mp_list;
|
||||
using boost::mp11::mp_product;
|
||||
|
||||
{
|
||||
using L1 = std::tuple<X1, X2, X3>;
|
||||
|
||||
Reference in New Issue
Block a user