Skip to content

Commit

Permalink
[Clang] Mark consteval as supported in Clang 15 [NFC]
Browse files Browse the repository at this point in the history
Support was completed by D119646.
  • Loading branch information
cor3ntin committed Jun 29, 2022
1 parent 6540d03 commit 3d2629d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions clang/www/cxx_status.html
Expand Up @@ -1120,11 +1120,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
<tr>
<td rowspan=2>Immediate functions (<tt>consteval</tt>)</td>
<td><a href="https://wg21.link/p1073r3">P1073R3</a></td>
<td class="partial" align="center">
<details><summary>Partial</summary>
Using consteval functions as default parameters is not yet supported.
</details>
</td>
<td class="unreleased" align="center">Clang 15</td>
</tr>
<tr> <!-- from Prague -->
<td><a href="https://wg21.link/p1937r2">P1937R2</a></td>
Expand Down

0 comments on commit 3d2629d

Please sign in to comment.