|
7698 | 7698 | class Allocator = allocator<iter_to_alloc_t<InputIterator>>>
|
7699 | 7699 | unordered_map(InputIterator, InputIterator, typename @\seebelow@::size_type = @\seebelow@,
|
7700 | 7700 | Hash = Hash(), Pred = Pred(), Allocator = Allocator())
|
7701 |
| - -> unordered_map<iter_key_t<InputIterator>, iter_value_t<InputIterator>, Hash, Pred, |
| 7701 | + -> unordered_map<iter_key_t<InputIterator>, iter_val_t<InputIterator>, Hash, Pred, |
7702 | 7702 | Allocator>;
|
7703 | 7703 |
|
7704 | 7704 | template<class Key, class T, class Hash = hash<Key>,
|
|
8235 | 8235 | unordered_multimap(InputIterator, InputIterator,
|
8236 | 8236 | typename @\seebelow@::size_type = @\seebelow@,
|
8237 | 8237 | Hash = Hash(), Pred = Pred(), Allocator = Allocator())
|
8238 |
| - -> unordered_multimap<iter_key_t<InputIterator>, iter_value_t<InputIterator>, Hash, Pred, |
| 8238 | + -> unordered_multimap<iter_key_t<InputIterator>, iter_val_t<InputIterator>, Hash, Pred, |
8239 | 8239 | Allocator>;
|
8240 | 8240 |
|
8241 | 8241 | template<class Key, class T, class Hash = hash<Key>,
|
|
0 commit comments