diff --git a/doc/mp11/algorithm.adoc b/doc/mp11/algorithm.adoc index 3af8a99..1437f2e 100644 --- a/doc/mp11/algorithm.adoc +++ b/doc/mp11/algorithm.adoc @@ -33,7 +33,7 @@ using R1 = mp_transform; // std::tuple using L1 = std::tuple; using L2 = mp_list; -using R1 = mp_all>; // mp_true +using R1 = mp_apply>; // mp_true ``` .Using mp_transform to compare the contents of two lists of integral constants @@ -43,7 +43,7 @@ template using eq = mp_bool; using L1 = std::tuple, mp_int<2>, mp_int<3>>; using L2 = mp_list, mp_size_t<2>, mp_size_t<3>>; -using R1 = mp_all>; // mp_true +using R1 = mp_apply>; // mp_true ``` .mp_transform on one list