Skip to content

Commit 0f725ff

Browse files
authored
[unord.multiset.overview] Add missing typename
1 parent 3c0ac90 commit 0f725ff

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

0 commit comments

Comments
 (0)