Skip to content

Commit 97acd4a

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

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

source/containers.tex

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17053,16 +17053,14 @@
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()}, or that contains equal elements,
1706617064
is undefined.
1706717065

1706817066
\pnum
@@ -18250,15 +18248,15 @@
1825018248

1825118249
\pnum
1825218250
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.
18251+
that takes both \tcode{key_container_type} and \tcode{mapped_container_type} arguments
18252+
with containers of different sizes
18253+
is undefined.
1825618254

1825718255
\pnum
1825818256
The effect of calling a constructor or member function
1825918257
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.
18258+
with a container, containers, or range that is not sorted with respect to \tcode{key_comp()}
18259+
is undefined.
1826218260

1826318261
\pnum
1826418262
The types \tcode{iterator} and \tcode{const_iterator} meet
@@ -18889,8 +18887,8 @@
1888918887
\pnum
1889018888
The effect of calling a constructor or member function
1889118889
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.
18890+
with a range or container that is not sorted with respect to \tcode{key_comp()}, or that contains equal elements,
18891+
is undefined.
1889418892

1889518893
\pnum
1889618894
The types \tcode{iterator} and \tcode{const_iterator} meet
@@ -19558,8 +19556,9 @@
1955819556

1955919557
\pnum
1956019558
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.
19559+
that takes a \tcode{sorted_equivalent_t} argument
19560+
with a range or container that is not sorted with respect to \tcode{key_comp()}
19561+
is undefined.
1956319562

1956419563
\pnum
1956519564
The types \tcode{iterator} and \tcode{const_iterator} meet

0 commit comments

Comments
 (0)