Skip to content

Commit aff64b4

Browse files
committed
[flat.{map,multimap,set,multiset}] Harmonize wordings in "The effect of calling..."
1 parent fbd1a70 commit aff64b4

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

source/containers.tex

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6331,8 +6331,8 @@
63316331
The return value of \tcode{data()} is unspecified.
63326332

63336333
\pnum
6334-
The effect of calling \tcode{front()} or \tcode{back()} for a zero-sized array is
6335-
undefined.
6334+
The effect of calling \tcode{front()} or \tcode{back()}
6335+
on a zero-sized array is undefined.
63366336

63376337
\pnum
63386338
Member function \tcode{swap()} shall have a
@@ -17053,16 +17053,15 @@
1705317053

1705417054
\pnum
1705517055
The effect of calling a constructor
17056-
that takes
17057-
both \tcode{key_container_type} and \tcode{mapped_container_type} arguments with
17058-
containers of different sizes is undefined.
17056+
that takes both \tcode{key_container_type} and \tcode{mapped_container_type} arguments
17057+
with containers of different sizes
17058+
is undefined.
1705917059

1706017060
\pnum
1706117061
The effect of calling a constructor or member function
17062-
that takes a \tcode{sorted_unique_t} argument with
17063-
a container, containers, or range
17064-
that is not sorted with respect to \tcode{key_comp()}, or
17065-
that contains equal elements,
17062+
that takes a \tcode{sorted_unique_t} argument
17063+
with a container, containers, or range that is not sorted with respect to \tcode{key_comp()},
17064+
or that contains equal elements,
1706617065
is undefined.
1706717066

1706817067
\pnum
@@ -18250,15 +18249,15 @@
1825018249

1825118250
\pnum
1825218251
The effect of calling a constructor
18253-
that takes both \tcode{key_container_type} and
18254-
\tcode{mapped_container_type} arguments
18255-
with containers of different sizes is undefined.
18252+
that takes both \tcode{key_container_type} and \tcode{mapped_container_type} arguments
18253+
with containers of different sizes
18254+
is undefined.
1825618255

1825718256
\pnum
1825818257
The effect of calling a constructor or member function
1825918258
that takes a \tcode{sorted_equivalent_t} argument
18260-
with a container, containers, or range
18261-
that are not sorted with respect to \tcode{key_comp()} is undefined.
18259+
with a container, containers, or range that is not sorted with respect to \tcode{key_comp()}
18260+
is undefined.
1826218261

1826318262
\pnum
1826418263
The types \tcode{iterator} and \tcode{const_iterator} meet
@@ -18889,8 +18888,9 @@
1888918888
\pnum
1889018889
The effect of calling a constructor or member function
1889118890
that takes a \tcode{sorted_unique_t} argument
18892-
with a range that is not sorted with respect to \tcode{key_comp()}, or
18893-
that contains equal elements, is undefined.
18891+
with a range or container that is not sorted with respect to \tcode{key_comp()},
18892+
or that contains equal elements,
18893+
is undefined.
1889418894

1889518895
\pnum
1889618896
The types \tcode{iterator} and \tcode{const_iterator} meet
@@ -19558,8 +19558,9 @@
1955819558

1955919559
\pnum
1956019560
The effect of calling a constructor or member function
19561-
that takes a \tcode{sorted_equivalent_t} argument with a range
19562-
that is not sorted with respect to \tcode{key_comp()} is undefined.
19561+
that takes a \tcode{sorted_equivalent_t} argument
19562+
with a range or container that is not sorted with respect to \tcode{key_comp()}
19563+
is undefined.
1956319564

1956419565
\pnum
1956519566
The types \tcode{iterator} and \tcode{const_iterator} meet

0 commit comments

Comments
 (0)