Skip to content

Commit c760bb5

Browse files
jwakelytkoeppe
authored andcommitted
[unord.map.overview] Add line breaks in excessively long line
1 parent b3b64b3 commit c760bb5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/containers.tex

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11271,7 +11271,12 @@
1127111271
of a container\iref{container.reqmts},
1127211272
of an allocator-aware container\iref{container.alloc.reqmts}, and
1127311273
of an unordered associative container\iref{unord.req}.
11274-
It provides the operations described in the preceding requirements table for unique keys; that is, an \tcode{unordered_map} supports the \tcode{a_uniq} operations in that table, not the \tcode{a_eq} operations. For an \tcode{unordered_map<Key, T>} the \tcode{key_type} is \tcode{Key}, the \tcode{mapped_type} is \tcode{T}, and the \tcode{value_type} is \tcode{pair<const Key, T>}.
11274+
It provides the operations described in the preceding requirements table for unique keys;
11275+
that is, an \tcode{unordered_map} supports the \tcode{a_uniq} operations in that table,
11276+
not the \tcode{a_eq} operations.
11277+
For an \tcode{unordered_map<Key, T>} the \tcode{key_type} is \tcode{Key},
11278+
the \tcode{mapped_type} is \tcode{T},
11279+
and the \tcode{value_type} is \tcode{pair<const Key, T>}.
1127511280

1127611281
\pnum
1127711282
Subclause~\ref{unord.map} only describes operations on \tcode{unordered_map} that

0 commit comments

Comments
 (0)