consteval if is now fully supported

This amends 424733c12a which accidentally
dropped the change to the status page.
This commit is contained in:
Aaron Ballman 2021-10-05 08:21:29 -04:00
parent 424733c12a
commit aa4f4d18e8
1 changed files with 1 additions and 1 deletions

View File

@ -1289,7 +1289,7 @@ C++20, informally referred to as C++2b.</p>
<tr>
<td><tt>if consteval</tt></td>
<td><a href="https://wg21.link/P1938R3">P1938R3</a></td>
<td class="none" align="center">No</td>
<td class="unreleased" align="center">Clang 14</td>
</tr>
<tr>
<td>Allow duplicate attributes</td>