Skip to content

Commit 1356fa2

Browse files
jwakelytkoeppe
authored andcommitted
[unord.set.overview] Add line breaks in excessively long line
1 parent a421a30 commit 1356fa2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

source/containers.tex

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12336,7 +12336,13 @@
1233612336
of a container\iref{container.reqmts},
1233712337
of an allocator-aware container\iref{container.alloc.reqmts},
1233812338
of an unordered associative container\iref{unord.req}.
12339-
It provides the operations described in the preceding requirements table for unique keys; that is, an \tcode{unordered_set} supports the \tcode{a_uniq} operations in that table, not the \tcode{a_eq} operations. For an \tcode{unordered_set<Key>} the \tcode{key_type} and the \tcode{value_type} are both \tcode{Key}. The \tcode{iterator} and \tcode{const_iterator} types are both constant iterator types. It is unspecified whether they are the same type.
12339+
It provides the operations described in the preceding requirements table for unique keys;
12340+
that is, an \tcode{unordered_set} supports the \tcode{a_uniq} operations in that table,
12341+
not the \tcode{a_eq} operations.
12342+
For an \tcode{unordered_set<Key>} the \tcode{key_type}
12343+
and the \tcode{value_type} are both \tcode{Key}.
12344+
The \tcode{iterator} and \tcode{const_iterator} types are both constant iterator types.
12345+
It is unspecified whether they are the same type.
1234012346

1234112347
\pnum
1234212348
Subclause~\ref{unord.set} only describes operations on \tcode{unordered_set} that

0 commit comments

Comments
 (0)