diff --git a/doc/mp11/mpl.adoc b/doc/mp11/mpl.adoc index 1d952e1..e12a3fe 100644 --- a/doc/mp11/mpl.adoc +++ b/doc/mp11/mpl.adoc @@ -25,7 +25,7 @@ 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`: +.Converting an existing MPL Sequence into an mp_list ``` using L = mpl::copy>>::type; ```