From 3e84aef18e2083538bdbb748d63daf8aa7392c7d Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 16 May 2023 22:19:12 +0300 Subject: [PATCH] Update documentation --- doc/mp11/algorithm.adoc | 2 ++ doc/mp11/changelog.adoc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/mp11/algorithm.adoc b/doc/mp11/algorithm.adoc index 911ffe5..95b9d73 100644 --- a/doc/mp11/algorithm.adoc +++ b/doc/mp11/algorithm.adoc @@ -437,6 +437,8 @@ Supports a value list as `L` under {cpp}17. Inserts the elements `T...` into the list `L` at position `I` (a zero-based index). +Supports a value list as `L` under {cpp}17. In that case, the elements `T::value...` are inserted. + .mp_insert_c with two elements [cols="<.^4m,8*^.^1m",width=85%] |=== diff --git a/doc/mp11/changelog.adoc b/doc/mp11/changelog.adoc index 5b7030e..f3fb9b4 100644 --- a/doc/mp11/changelog.adoc +++ b/doc/mp11/changelog.adoc @@ -15,7 +15,7 @@ http://www.boost.org/LICENSE_1_0.txt * Added an offset/from parameter to `mp_from_sequence`, `mp_iota`, `mp_iota_c`. * Added `mp_value`, `mp_list_v`, `mp_rename_v`, `mp_is_value_list`. * Added value list support to the primitives in ``. -* Added value list support to `mp_repeat`, `mp_fill`, `mp_at`, `mp_back`, `mp_take`, `mp_pop_back`, `mp_drop`, `mp_erase`. +* Added value list support to `mp_repeat`, `mp_fill`, `mp_at`, `mp_back`, `mp_take`, `mp_pop_back`, `mp_drop`, `mp_insert`, `mp_erase`. ## Changes in 1.79.0