[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
Mon Apr 17 11:36:54 PDT 2023


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++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148553

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/equal.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/test/std/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148553.514336.patch
Type: text/x-patch
Size: 9726 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230417/ec87f0b8/attachment.bin>


More information about the libcxx-commits mailing list