We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660766e commit 0b52937Copy full SHA for 0b52937
clang/www/cxx_status.html
@@ -439,8 +439,8 @@ <h2 id="cxx23">C++23 implementation status</h2>
439
</tr>
440
<tr>
441
<td>Using unknown pointers and references in constant expressions</td>
442
- <td><a href="https://wg21.link/P2280R4">P2280R4</a> (<a href="#dr">DR</a>)</td>
443
- <td class="none" align="center">No</td>
+ <td><a href="https://wg21.link/P2280R4">P2280R4</a></td>
+ <td class="none" align="center">Clang 20</td>
444
445
446
<td>static <code>operator()</code></td>
0 commit comments