[libcxx-commits] [PATCH] D114733: [libc++] Make __wrap_iter constexpr
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 29 16:41:14 PST 2021
philnik added a comment.
In D114733#3159326 <https://reviews.llvm.org/D114733#3159326>, @Quuxplusone wrote:
> This seems like probably a good idea.
> Can you expand on whether this is strictly //needed// for the constexpr-string and constexpr-vector stuff, or just a nice-to-have, or what? Basically what doesn't work today, that this enables? (And can we regression-test that thing whatever it is?)
I don't know if it is strictly needed, but it is the best way to make the constexpr string work in debug mode.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114733/new/
https://reviews.llvm.org/D114733
More information about the libcxx-commits
mailing list