[libcxx-commits] [PATCH] D136538: [libcxx] Add test for checking progress on P0533R9

Evgeny Shulgin via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Oct 22 13:24:32 PDT 2022


Izaron created this revision.
Izaron added reviewers: aaron.ballman, philnik, cor3ntin, ldionne.
Herald added a project: All.
Izaron requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This test checks progress on P0533R9 (https://wg21.link/p2324r2).
Whenever a desired function becomes constexpr, the programmer won't forget
to switch `ASSERT_NOT_CONSTEXPR_CXX23` to `ASSERT_CONSTEXPR_CXX23` and
eventually to change the paper's implementation status. The test also works
as a reference list of unimplemented functions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136538

Files:
  libcxx/test/std/numerics/c.math/constexpr.cmath.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136538.469927.patch
Type: text/x-patch
Size: 19315 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221022/cb5edbee/attachment-0001.bin>


More information about the libcxx-commits mailing list