Skip to content

Commit e70d2a4

Browse files
committed
[Clang] Add the list of papers approved in Kona
This is a rather short list that does not include the list of resolvded CWG issues, which is rather long (P3046). Some of the links are currently invalid as they have yet to be publicly published.
1 parent acb9156 commit e70d2a4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

clang/www/cxx_status.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,23 @@ <h2 id="cxx26">C++2c implementation status</h2>
147147
<td><a href="https://wg21.link/P2169R4">P2169R4</a></td>
148148
<td class="unreleased" align="center">Clang 18</td>
149149
</tr>
150+
<!-- Fall 2023 papers (Kona) -->
151+
<tr>
152+
<td>Template parameter initialization</td>
153+
<td><a href="https://wg21.link/P2308R1">P2308R1</a> (<a href="#dr">DR</a>)</td>
154+
<td class="none" align="center">No</td>
155+
</tr>
156+
<tr>
157+
<td>Pack Indexing</td>
158+
<td><a href="https://wg21.link/P2662R3">P2662R3</a></td>
159+
<td class="none" align="center">No</td>
160+
</tr>
161+
<tr>
162+
<td>Remove Deprecated Arithmetic Conversion on Enumerations</td>
163+
<td><a href="https://wg21.link/P2864R2">P2864R2</a></td>
164+
<td class="none" align="center">No</td>
165+
</tr>
166+
150167
</table>
151168
</details>
152169

0 commit comments

Comments
 (0)