[libcxx-commits] [PATCH] D68837: [libc++][P0202] Marked algorithms copy/copy_n/copy_if/copy_backward constexpr.
Marshall Clow via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 10 20:49:26 PDT 2019
mclow.lists added a comment.
Nice use of `__libcpp_is_constant_evaluated()`, but how will that play for C++03?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68837/new/
https://reviews.llvm.org/D68837
More information about the libcxx-commits
mailing list