Skip to content

Commit 3d2629d

Browse files
committed
[Clang] Mark consteval as supported in Clang 15 [NFC]
Support was completed by D119646.
1 parent 6540d03 commit 3d2629d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

clang/www/cxx_status.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,11 +1120,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
11201120
<tr>
11211121
<td rowspan=2>Immediate functions (<tt>consteval</tt>)</td>
11221122
<td><a href="https://wg21.link/p1073r3">P1073R3</a></td>
1123-
<td class="partial" align="center">
1124-
<details><summary>Partial</summary>
1125-
Using consteval functions as default parameters is not yet supported.
1126-
</details>
1127-
</td>
1123+
<td class="unreleased" align="center">Clang 15</td>
11281124
</tr>
11291125
<tr> <!-- from Prague -->
11301126
<td><a href="https://wg21.link/p1937r2">P1937R2</a></td>

0 commit comments

Comments
 (0)