From ddf1876c60113559b5568777089daa91468ea72b Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Sun, 17 Aug 2025 21:22:12 +0200 Subject: [PATCH] [unord.set.overview] Add "and" at end of listing --- source/containers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/containers.tex b/source/containers.tex index bb8e70dc31..dfef473ece 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -14711,7 +14711,7 @@ \pnum An \tcode{unordered_set} meets all of the requirements of a container\iref{container.reqmts}, -of an allocator-aware container\iref{container.alloc.reqmts}, +of an allocator-aware container\iref{container.alloc.reqmts}, and of an unordered associative container\iref{unord.req}. 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,