Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 17 additions & 16 deletions source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down