From ac2a45fce23911dff938a5c1818e47a661b0ae38 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Mon, 16 Oct 2017 11:24:56 +0200 Subject: [PATCH] [unord.map.overview], [unord.multimap.overview] Use iter_val_t instead of iter_value_t Fixes #1769. --- source/containers.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,