[libcxx-commits] [PATCH] D136538: [libc++] Add test for checking progress on P0533R9
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 1 09:33:22 PDT 2022
ldionne added a comment.
Thanks for the contribution. However, this looks a bit unusual to me. @philnik I think this should really be under `libcxx/test/std` since we are testing standard conformance. We would comment out tests for functions that we don't implement constexpr for yet, and uncomment them as we go. This is what we've done a bunch in e.g. `ranges`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136538/new/
https://reviews.llvm.org/D136538
More information about the libcxx-commits
mailing list