Skip to content

Commit 101a936

Browse files
committed
[Clang] dd the papers adopted in St Louis to the status page
1 parent 7419792 commit 101a936

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

clang/www/cxx_status.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,27 @@ <h2 id="cxx26">C++2c implementation status</h2>
204204
<td><a href="https://wg21.link/P2893R3">P2893R3</a></td>
205205
<td class="none" align="center">No</td>
206206
</tr>
207+
<!-- Summer 2024 papers (St Louis) -->
208+
<tr>
209+
<td><tt>constexpr</tt> placement new</td>
210+
<td><a href="https://wg21.link/P2747R2">P2747R2</a></td>
211+
<td class="none" align="center">No</td>
212+
</tr>
213+
<tr>
214+
<td>Deleting a Pointer to an Incomplete Type Should be Ill-formed</td>
215+
<td><a href="https://wg21.link/P3144">P3144R2</a></td>
216+
<td class="none" align="center">No</td>
217+
</tr>
218+
<tr>
219+
<td>Ordering of constraints involving fold expressions</td>
220+
<td><a href="https://wg21.link/P2963R3">P2963R3</a></td>
221+
<td class="none" align="center">No</td>
222+
</tr>
223+
<tr>
224+
<td>Structured binding declaration as a condition</td>
225+
<td><a href="https://wg21.link/P0963R3">P0963R3</a></td>
226+
<td class="none" align="center">No</td>
227+
</tr>
207228
</table>
208229
</details>
209230

0 commit comments

Comments
 (0)