[libcxx-commits] [PATCH] D139554: [libc++] Forward to std::memcmp for trivially comparable types in equal

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jan 8 03:43:59 PST 2023


philnik updated this revision to Diff 487156.
philnik marked 3 inline comments as done.
philnik added a comment.

Address comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139554

Files:
  libcxx/benchmarks/CMakeLists.txt
  libcxx/benchmarks/algorithms/equal.bench.cpp
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/comp.h
  libcxx/include/__algorithm/equal.h
  libcxx/include/__algorithm/make_projected.h
  libcxx/include/__algorithm/ranges_equal.h
  libcxx/include/__algorithm/unwrap_iter.h
  libcxx/include/__algorithm/unwrap_range.h
  libcxx/include/__functional/identity.h
  libcxx/include/__functional/operations.h
  libcxx/include/__functional/ranges_operations.h
  libcxx/include/__type_traits/is_comparable.h
  libcxx/include/__type_traits/is_predicate_kind.h
  libcxx/include/module.modulemap.in
  libcxx/include/type_traits
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/libcxx/transitive_includes/cxx03.csv
  libcxx/test/libcxx/transitive_includes/cxx11.csv
  libcxx/test/libcxx/transitive_includes/cxx14.csv
  libcxx/test/libcxx/transitive_includes/cxx17.csv
  libcxx/test/libcxx/transitive_includes/cxx20.csv
  libcxx/test/libcxx/transitive_includes/cxx2b.csv
  libcxx/test/libcxx/type_traits/is_trivially_comparable.compile.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp
  libcxx/test/std/algorithms/robust_against_adl.compile.pass.cpp
  libcxx/test/support/test_iterators.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139554.487156.patch
Type: text/x-patch
Size: 41076 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230108/5fe400d8/attachment-0001.bin>


More information about the libcxx-commits mailing list