diff --git a/source/containers.tex b/source/containers.tex index 46f1076726..b1c6112978 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -7698,7 +7698,7 @@ class Allocator = allocator>> unordered_map(InputIterator, InputIterator, typename @\seebelow@::size_type = @\seebelow@, Hash = Hash(), Pred = Pred(), Allocator = Allocator()) - -> unordered_map, iter_value_t, Hash, Pred, + -> unordered_map, iter_val_t, Hash, Pred, Allocator>; template, @@ -8235,7 +8235,7 @@ unordered_multimap(InputIterator, InputIterator, typename @\seebelow@::size_type = @\seebelow@, Hash = Hash(), Pred = Pred(), Allocator = Allocator()) - -> unordered_multimap, iter_value_t, Hash, Pred, + -> unordered_multimap, iter_val_t, Hash, Pred, Allocator>; template,