[libcxx-commits] [PATCH] D139555: [libc++] Refactor char_traits

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 7 09:49:57 PST 2022


philnik created this revision.
philnik added reviewers: ldionne, Mordante, var-const.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This allows us to reuse workarounds for compilers that don't provide the builtins or constexpr support.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139555

Files:
  libcxx/include/__string/char_traits.h
  libcxx/include/cstring
  libcxx/include/cwchar

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139555.480961.patch
Type: text/x-patch
Size: 9871 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221207/59971b88/attachment.bin>


More information about the libcxx-commits mailing list