Skip to content

Commit d13a034

Browse files
authored
[unord.set.overview] Add "and" at end of list (#8167)
1 parent 648267c commit d13a034

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
@@ -14711,7 +14711,7 @@
1471114711
\pnum
1471214712
An \tcode{unordered_set} meets all of the requirements
1471314713
of a container\iref{container.reqmts},
14714-
of an allocator-aware container\iref{container.alloc.reqmts},
14714+
of an allocator-aware container\iref{container.alloc.reqmts}, and
1471514715
of an unordered associative container\iref{unord.req}.
1471614716
It provides the operations described in the preceding requirements table for unique keys;
1471714717
that is, an \tcode{unordered_set} supports the \tcode{a_uniq} operations in that table,

0 commit comments

Comments
 (0)