[all-commits] [llvm/llvm-project] 569d66: [libc++] Implement ranges::equal
philnik777 via All-commits
all-commits at lists.llvm.org
Thu May 26 01:47:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 569d6630204d5146aee7c0f40872cf529181d9ef
https://github.com/llvm/llvm-project/commit/569d6630204d5146aee7c0f40872cf529181d9ef
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-05-26 (Thu, 26 May 2022)
Changed paths:
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/include/CMakeLists.txt
A libcxx/include/__algorithm/ranges_equal.h
M libcxx/include/algorithm
M libcxx/include/module.modulemap
M libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
M libcxx/test/libcxx/algorithms/ranges_robust_against_copying_projections.pass.cpp
M libcxx/test/libcxx/private_headers.verify.cpp
A libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/ranges.equal.pass.cpp
Log Message:
-----------
[libc++] Implement ranges::equal
Reviewed By: var-const, #libc
Spies: libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D123681
More information about the All-commits
mailing list