[PATCH] D105024: Add papers adopted by the C++ committee in the June 2021 plenary.
Arthur O'Dwyer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 28 06:58:08 PDT 2021
Quuxplusone added a comment.
Shouldn't the "yes/Yes" entries display Clang major version numbers instead?
Throughout, "NO" should be "No" (compare to lines 1221 and 1226).
================
Comment at: clang/www/cxx_status.html:1287
+ <tr>
+ <td>if consteval</td>
+ <td><a href="https://wg21.link/P1938R3">P1938R3</a></td>
----------------
`<td><tt>if consteval</tt></td>`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105024/new/
https://reviews.llvm.org/D105024
More information about the cfe-commits
mailing list