[libcxx-commits] [PATCH] D138596: [libc++] Keep char_traits<T> for arbitrary T around until LLVM 18

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 23 12:14:30 PST 2022


ldionne updated this revision to Diff 477579.
ldionne added a comment.

Fix more tests to address CI failures.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138596/new/

https://reviews.llvm.org/D138596

Files:
  libcxx/docs/ReleaseNotes.rst
  libcxx/include/__string/char_traits.h
  libcxx/test/libcxx/strings/char.traits/char.traits.specializations/arbitrary_char_type.deprecated.verify.cpp
  libcxx/test/libcxx/strings/char.traits/char.traits.specializations/arbitrary_char_type.pass.cpp
  libcxx/test/libcxx/strings/char.traits/char.traits.specializations/signed_unsigned_char.deprecated.verify.cpp
  libcxx/test/libcxx/strings/char.traits/char.traits.specializations/signed_unsigned_char.pass.cpp
  libcxx/test/std/input.output/iostream.forward/iosfwd.pass.cpp
  libcxx/test/std/strings/basic.string.hash/enabled_hashes.pass.cpp
  libcxx/test/std/strings/string.view/string.view.hash/enabled_hashes.pass.cpp
  libcxx/test/std/utilities/format/format.formattable/concept.formattable.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138596.477579.patch
Type: text/x-patch
Size: 20588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221123/5273f777/attachment-0001.bin>


More information about the libcxx-commits mailing list