diff --git a/doc/mp11/mpl.adoc b/doc/mp11/mpl.adoc index bb8cb43..1d952e1 100644 --- a/doc/mp11/mpl.adoc +++ b/doc/mp11/mpl.adoc @@ -24,3 +24,8 @@ including ``, and for `std::tuple` by including ``. 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`: +``` +using L = mpl::copy>>::type; +```