[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 17:59:50 PDT 2023
glandium added a comment.
Also, uses of e.g. basic_string<unsigned char> do not show a deprecation warning with clang 17 at all, because the trigger ends up being in <string>, which is a system header (as mentioned in previous comments).
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