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