[PATCH] D106302: Implement P1937 consteval in unevaluated contexts
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 1 10:56:09 PDT 2021
erichkeane added inline comments.
================
Comment at: clang/www/cxx_status.html:1106
<td><a href="https://wg21.link/p1073r3">P1073R3</a></td>
- <td rowspan=2 class="none" align="center">No</td>
+ <td class="partial" align="center">Partial</td>
</tr>
----------------
I'm trying to evaluate our consteval support, and I am having trouble finding any unsuperceded part of P1073R3 that is not implemented in Clang14. Can you share what Delta you know of that has you considering this as 'partial'? Is it something in a different patch awaiting review?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106302/new/
https://reviews.llvm.org/D106302
More information about the cfe-commits
mailing list