[libcxx-commits] [PATCH] D148553: [libc++] Use the __is_trivially_equality_comparable builtin

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 4 12:09:59 PDT 2023


philnik updated this revision to Diff 519594.
philnik marked 5 inline comments as done.
philnik added a comment.

- Address comments
- Try to fix CI


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148553

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/equal.h
  libcxx/include/__string/char_traits.h
  libcxx/include/__string/constexpr_c_functions.h
  libcxx/include/__type_traits/is_equality_comparable.h
  libcxx/include/__type_traits/is_trivially_lexicographically_comparable.h
  libcxx/include/module.modulemap.in
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp
  libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/compare.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148553.519594.patch
Type: text/x-patch
Size: 46716 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230504/5cea1b85/attachment-0001.bin>


More information about the libcxx-commits mailing list