From da7a5bf269be30a9ce7408e51dc0ba4f6f77e291 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 4 Sep 2016 08:07:51 +0100 Subject: [PATCH] Fix insert from range documentation. Was the same for containers with unique and equivalent keys. --- doc/ref.php | 6 +++++- doc/ref.xml | 14 ++++++++++---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/doc/ref.php b/doc/ref.php index 0a474807..b516a4f2 100644 --- a/doc/ref.php +++ b/doc/ref.php @@ -640,7 +640,11 @@ EOL; void - Inserts a range of elements into the container. Elements are inserted if and only if there is no element in the container with an equivalent . + Inserts a range of elements into the container. + + Elements are inserted if and only if there is no element in the container with an equivalent . + + value_type is EmplaceConstructible into diff --git a/doc/ref.xml b/doc/ref.xml index f16e6028..406790b5 100644 --- a/doc/ref.xml +++ b/doc/ref.xml @@ -537,7 +537,9 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) void - Inserts a range of elements into the container. Elements are inserted if and only if there is no element in the container with an equivalent value. + Inserts a range of elements into the container. + Elements are inserted if and only if there is no element in the container with an equivalent value. + value_type is EmplaceConstructible into @@ -1569,7 +1571,8 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) void - Inserts a range of elements into the container. Elements are inserted if and only if there is no element in the container with an equivalent value. + Inserts a range of elements into the container. + value_type is EmplaceConstructible into @@ -2618,7 +2621,9 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) void - Inserts a range of elements into the container. Elements are inserted if and only if there is no element in the container with an equivalent key. + Inserts a range of elements into the container. + Elements are inserted if and only if there is no element in the container with an equivalent key. + value_type is EmplaceConstructible into @@ -3697,7 +3702,8 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) void - Inserts a range of elements into the container. Elements are inserted if and only if there is no element in the container with an equivalent key. + Inserts a range of elements into the container. + value_type is EmplaceConstructible into