From 72a309df8fa99fc271a14611526172d08247aca4 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Thu, 21 Aug 2025 09:04:53 +0200 Subject: [PATCH] [multiset.overview] Add "and" at end of list --- source/containers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/containers.tex b/source/containers.tex index 3a757d414f..30e86d03f6 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -13015,7 +13015,7 @@ A \tcode{multiset} meets all of the requirements of a container\iref{container.reqmts}, of a reversible container\iref{container.rev.reqmts}, -of an allocator-aware container\iref{container.alloc.reqmts}, +of an allocator-aware container\iref{container.alloc.reqmts}, and of an associative container\iref{associative.reqmts}. \tcode{multiset} also provides most operations described in~\ref{associative.reqmts}