From Jason Turner

[unord.general]

Diff to HTML by rtfpessoa

tmp/tmpt18ziai3/{from.md → to.md} RENAMED
@@ -2,9 +2,10 @@
2
 
3
  The header `<unordered_map>` defines the class templates `unordered_map`
4
  and `unordered_multimap`; the header `<unordered_set>` defines the class
5
  templates `unordered_set` and `unordered_multiset`.
6
 
7
- The exposition-only alias templates `iter_key_t`, `iter_val_t`, and
8
- `iter_to_alloc_t` defined in [[associative.general]] may appear in
9
- deduction guides for unordered containers.
 
10
 
 
2
 
3
  The header `<unordered_map>` defines the class templates `unordered_map`
4
  and `unordered_multimap`; the header `<unordered_set>` defines the class
5
  templates `unordered_set` and `unordered_multiset`.
6
 
7
+ The exposition-only alias templates *`iter-value-type`*,
8
+ *`iter-key-type`*, *`iter-mapped-type`*, and *`iter-to-alloc-type`*
9
+ defined in [[associative.general]] may appear in deduction guides for
10
+ unordered containers.
11