From 0f725ffb0eb6e27609413b0227c85fc0420b8a4b Mon Sep 17 00:00:00 2001 From: Hewill Kang Date: Fri, 3 Oct 2025 00:19:48 +0800 Subject: [PATCH] [unord.multiset.overview] Add missing typename --- source/containers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/containers.tex b/source/containers.tex index bff3deb8e2..197557dc4d 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -15337,7 +15337,7 @@ class Hash = hash<@\placeholder{iter-value-type}@>, class Pred = equal_to<@\placeholder{iter-value-type}@>, class Allocator = allocator<@\placeholder{iter-value-type}@>> - unordered_multiset(InputIterator, InputIterator, @\seebelow@::size_type = @\seebelow@, + unordered_multiset(InputIterator, InputIterator, typename @\seebelow@::size_type = @\seebelow@, Hash = Hash(), Pred = Pred(), Allocator = Allocator()) -> unordered_multiset<@\placeholder{iter-value-type}@, Hash, Pred, Allocator>;