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>;