Skip to content

Commit 633178f

Browse files
committed
[unord.multiset.overview] Fix presentation of member types
1 parent 5be153e commit 633178f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12603,7 +12603,7 @@
1260312603
It provides the operations described in the
1260412604
preceding requirements table for equivalent keys; that is, an \tcode{unordered_multiset}
1260512605
supports the \tcode{a_eq} operations in that table, not the \tcode{a_uniq} operations.
12606-
For an \tcode{unordered_multiset<Key>} the \tcode{key type} and the value type are
12606+
For an \tcode{unordered_multiset<Key>} the \tcode{key_type} and the \tcode{value_type} are
1260712607
both \tcode{Key}. The \tcode{iterator} and \tcode{const_iterator} types are both
1260812608
constant iterator types. It is unspecified whether they are the same type.
1260912609

0 commit comments

Comments
 (0)