From 2ae1c458a66b2476b32a1cacf2eeb43ca4113d55 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 28 Oct 2021 21:53:20 +0300 Subject: [PATCH] Update example caption --- doc/mp11/mpl.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; ```