From 1b17ea2e4fbceff0bc3acb5c3a650880c85bf018 Mon Sep 17 00:00:00 2001 From: Arthur O'Dwyer Date: Fri, 5 Sep 2025 13:08:56 -0400 Subject: [PATCH] [flat.{map,multimap,set,multiset}] Harmonize wordings in "The effect of calling..." --- source/containers.tex | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/source/containers.tex b/source/containers.tex index 337685a058..6aa7a80814 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -17053,16 +17053,15 @@ \pnum The effect of calling a constructor -that takes -both \tcode{key_container_type} and \tcode{mapped_container_type} arguments with -containers of different sizes is undefined. +that takes both \tcode{key_container_type} and \tcode{mapped_container_type} arguments +with containers of different sizes +is undefined. \pnum The effect of calling a constructor or member function -that takes a \tcode{sorted_unique_t} argument with -a container, containers, or range -that is not sorted with respect to \tcode{key_comp()}, or -that contains equal elements, +that takes a \tcode{sorted_unique_t} argument +with a container, containers, or range that is not sorted with respect to \tcode{key_comp()}, +or that contains equal elements, is undefined. \pnum @@ -18250,15 +18249,15 @@ \pnum The effect of calling a constructor -that takes both \tcode{key_container_type} and -\tcode{mapped_container_type} arguments -with containers of different sizes is undefined. +that takes both \tcode{key_container_type} and \tcode{mapped_container_type} arguments +with containers of different sizes +is undefined. \pnum The effect of calling a constructor or member function that takes a \tcode{sorted_equivalent_t} argument -with a container, containers, or range -that are not sorted with respect to \tcode{key_comp()} is undefined. +with a container, containers, or range that is not sorted with respect to \tcode{key_comp()} +is undefined. \pnum The types \tcode{iterator} and \tcode{const_iterator} meet @@ -18889,8 +18888,9 @@ \pnum The effect of calling a constructor or member function that takes a \tcode{sorted_unique_t} argument -with a range that is not sorted with respect to \tcode{key_comp()}, or -that contains equal elements, is undefined. +with a range or container that is not sorted with respect to \tcode{key_comp()}, +or that contains equal elements, +is undefined. \pnum The types \tcode{iterator} and \tcode{const_iterator} meet @@ -19558,8 +19558,9 @@ \pnum The effect of calling a constructor or member function -that takes a \tcode{sorted_equivalent_t} argument with a range -that is not sorted with respect to \tcode{key_comp()} is undefined. +that takes a \tcode{sorted_equivalent_t} argument +with a range or container that is not sorted with respect to \tcode{key_comp()} +is undefined. \pnum The types \tcode{iterator} and \tcode{const_iterator} meet