forked from boostorg/mp11
Update example caption
This commit is contained in:
@@ -25,7 +25,7 @@ by including `<boost/mp11/mpl_tuple.hpp>`. This may be required
|
|||||||
because some libraries, such as Boost.Fusion, contain their own MPL
|
because some libraries, such as Boost.Fusion, contain their own MPL
|
||||||
support for `std::tuple`, which conflicts with Mp11's one.
|
support for `std::tuple`, which conflicts with Mp11's one.
|
||||||
|
|
||||||
.Converting an existing MPL Sequence into an `mp_list`:
|
.Converting an existing MPL Sequence into an mp_list
|
||||||
```
|
```
|
||||||
using L = mpl::copy<Sequence, mpl::back_inserter<mp11::mp_list<>>>::type;
|
using L = mpl::copy<Sequence, mpl::back_inserter<mp11::mp_list<>>>::type;
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user