[libcxx-commits] [PATCH] D157058: [libc++] Remove generic char_traits implementation
Mike Hommey via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 16 15:46:45 PDT 2023
glandium added a comment.
I'll be honest, this change is kind of annoying. The deprecation itself was added in clang 17, which is yet to be released. IOW, most code bases that are using the deprecated char_traits haven't even had the chance to see those deprecation warnings. And now they hard-fail to build with clang trunk...
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