[libcxx-commits] [PATCH] D157058: [libc++] Remove generic char_traits implementation
Nico Weber via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 12 14:53:08 PDT 2023
thakis added a comment.
Late to the party, but this is somewhat inconvenient for us too. We also didn't see any warnings about this, for the reason @glandium mentions.
Generally for removals, it'd be cool if they could be put behind an ifdef for a release, so that users can do:
1. Update libc++
2. Run into these issues, add the define
3. Update code
instead of having to do 3 before 1.
We've not update libc++ in months now since we've gone through a series of "update code" steps, and every time we were ready, something new like this had landed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157058/new/
https://reviews.llvm.org/D157058
More information about the libcxx-commits
mailing list