Skip to content

Commit 0373861

Browse files
authored
[unord.general, container.adaptors.general] Complete the alias template that appears in the reduction guides
This looks like neglect of the [P1206](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p1206r7.pdf). Is this an editorial?
1 parent c774ac4 commit 0373861

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

source/containers.tex

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11106,7 +11106,9 @@
1110611106
\pnum
1110711107
The exposition-only alias templates
1110811108
\exposid{iter\--value\--type}, \exposid{iter\--key\--type},
11109-
\exposid{iter\--mapped\--type}, and \exposid{iter\--to\--alloc\--type}
11109+
\exposid{iter\--mapped\--type}, \exposid{iter\--to\--alloc\--type},
11110+
\exposid{range\--key\--type}, \exposid{iter\--mapped\--type},
11111+
and \exposid{range\--to\--alloc\--type}
1111011112
defined in \ref{associative.general} may appear in deduction guides for unordered containers.
1111111113

1111211114
\rSec2[unord.map.syn]{Header \tcode{<unordered_map>} synopsis}
@@ -13141,7 +13143,8 @@
1314113143
\pnum
1314213144
The exposition-only alias template \exposid{iter-value-type}
1314313145
defined in \ref{sequences.general} and
13144-
the exposition-only alias templates \exposid{iter-key-type} and \exposid{iter-mapped-type}
13146+
the exposition-only alias templates \exposid{iter-key-type}, \exposid{iter-mapped-type},
13147+
\exposid{range-key-type} and \exposid{range-mapped-type}
1314513148
defined in \ref{associative.general}
1314613149
may appear in deduction guides for container adaptors.
1314713150

0 commit comments

Comments
 (0)