[libcxx-commits] [libcxx] [libc++] Reintroduce the removed std::char_traits specialization (PR #66153)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 12 15:39:23 PDT 2023


alexfh wrote:

Having cleaned up a large chunk of our internal generic char_traits usages, I'd like a way to prevent backsliding, if possible. Making this conditional on a preprocessor definition would be an option, if not too rigid one.

https://github.com/llvm/llvm-project/pull/66153


More information about the libcxx-commits mailing list