@@ -17053,16 +17053,15 @@
17053
17053
17054
17054
\pnum
17055
17055
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.
17059
17059
17060
17060
\pnum
17061
17061
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,
17066
17065
is undefined.
17067
17066
17068
17067
\pnum
@@ -18250,15 +18249,15 @@
18250
18249
18251
18250
\pnum
18252
18251
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.
18256
18255
18257
18256
\pnum
18258
18257
The effect of calling a constructor or member function
18259
18258
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.
18262
18261
18263
18262
\pnum
18264
18263
The types \tcode{iterator} and \tcode{const_iterator} meet
18889
18888
\pnum
18890
18889
The effect of calling a constructor or member function
18891
18890
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.
18894
18894
18895
18895
\pnum
18896
18896
The types \tcode{iterator} and \tcode{const_iterator} meet
19558
19558
19559
19559
\pnum
19560
19560
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.
19563
19564
19564
19565
\pnum
19565
19566
The types \tcode{iterator} and \tcode{const_iterator} meet
0 commit comments