[libc++] Add test for checking progress on P0533R9
This test checks progress on P0533R9 (https://wg21.link/p0533r9). 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. Reviewed By: philnik, #libc Differential Revision: https://reviews.llvm.org/D136538
Loading
Please sign in to comment