@@ -17053,16 +17053,14 @@
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()}, or that contains equal elements,
17066
17064
is undefined.
17067
17065
17068
17066
\pnum
@@ -18250,15 +18248,15 @@
18250
18248
18251
18249
\pnum
18252
18250
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.
18256
18254
18257
18255
\pnum
18258
18256
The effect of calling a constructor or member function
18259
18257
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.
18262
18260
18263
18261
\pnum
18264
18262
The types \tcode{iterator} and \tcode{const_iterator} meet
18889
18887
\pnum
18890
18888
The effect of calling a constructor or member function
18891
18889
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.
18894
18892
18895
18893
\pnum
18896
18894
The types \tcode{iterator} and \tcode{const_iterator} meet
19558
19556
19559
19557
\pnum
19560
19558
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.
19563
19562
19564
19563
\pnum
19565
19564
The types \tcode{iterator} and \tcode{const_iterator} meet
0 commit comments