[libcxx-commits] [PATCH] D91981: [libc++] Remove _LIBCPP_CONSTEXPR_AFTER_CXX17_WITH_IS_CONSTANT_EVALUATED
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 23 11:02:55 PST 2020
zoecarver added a comment.
This could maybe be a different patch, and will likely be more difficult but now that we don't conditionally apply constexpr, we should remove all uses of `_LIBCPP_HAS_NO_BUILTIN_IS_CONSTANT_EVALUATED` from the test suite and mark the compilers that fail as unsupported. We should really do this anyway to make the tests more portable.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91981/new/
https://reviews.llvm.org/D91981
More information about the libcxx-commits
mailing list