[libcxx-commits] [PATCH] D157058: [libc++] Remove generic char_traits implementation

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 12 15:30:46 PDT 2023


ldionne added a subscriber: aaron.ballman.
ldionne added a comment.

I am reintroducing the deprecated class here https://github.com/llvm/llvm-project/pull/66153.

Don't get me wrong, I really want to remove this class. However, I care more about not giving a bad experience to users, and we'll need to figure out how to handle deprecation attributes sanely in order to do that.

CC @aaron.ballman since we'll probably need to work with Clang to make this happen.


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