Skip to content

Commit 69837e7

Browse files
authored
[unord.multiset.overview] Add missing "typename" (#8271)
1 parent dfe8e0b commit 69837e7

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
@@ -15338,7 +15338,7 @@
1533815338
class Hash = hash<@\placeholder{iter-value-type}@<InputIterator>>,
1533915339
class Pred = equal_to<@\placeholder{iter-value-type}@<InputIterator>>,
1534015340
class Allocator = allocator<@\placeholder{iter-value-type}@<InputIterator>>>
15341-
unordered_multiset(InputIterator, InputIterator, @\seebelow@::size_type = @\seebelow@,
15341+
unordered_multiset(InputIterator, InputIterator, typename @\seebelow@::size_type = @\seebelow@,
1534215342
Hash = Hash(), Pred = Pred(), Allocator = Allocator())
1534315343
-> unordered_multiset<@\placeholder{iter-value-type}@<InputIterator>,
1534415344
Hash, Pred, Allocator>;

0 commit comments

Comments
 (0)