[libcxx-commits] [PATCH] D99184: [libc++] [C++20] [P0482] Add missing tests and synopses for char8_t.

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 23 06:06:53 PDT 2021


curdeius created this revision.
curdeius added a reviewer: ldionne.
curdeius requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Left to finish P0482:

- <cuchar> header.
- Parts of <memory_resource> concerning char8_t. Also, tests for hash<pmr::*string>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99184

Files:
  libcxx/include/__string
  libcxx/include/iosfwd
  libcxx/include/string
  libcxx/include/string_view
  libcxx/test/std/language.support/support.limits/limits/is_specialized.pass.cpp
  libcxx/test/std/strings/basic.string.hash/char_type_hash.fail.cpp
  libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/types.pass.cpp
  libcxx/test/std/strings/string.view/string.view.hash/char_type.hash.fail.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99184.332646.patch
Type: text/x-patch
Size: 8349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210323/b3fee4c4/attachment.bin>


More information about the libcxx-commits mailing list