1
0
forked from boostorg/mp11

Update example caption

This commit is contained in:
Peter Dimov
2021-10-28 21:53:20 +03:00
parent 151bf2aa2a
commit 2ae1c458a6

View File

@@ -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
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;
```