[all-commits] [llvm/llvm-project] 916e90: [libc++] Implement ranges::adjacent_find
philnik777 via All-commits
all-commits at lists.llvm.org
Wed Jun 8 03:15:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 916e9052ba955cbef994491026f7fbcced14b9ba
https://github.com/llvm/llvm-project/commit/916e9052ba955cbef994491026f7fbcced14b9ba
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-06-08 (Wed, 08 Jun 2022)
Changed paths:
M libcxx/include/CMakeLists.txt
A libcxx/include/__algorithm/ranges_adjacent_find.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.adjacent.find/ranges.adjacent_find.pass.cpp
M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
Log Message:
-----------
[libc++] Implement ranges::adjacent_find
Reviewed By: Mordante, var-const, #libc
Spies: libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D126610
More information about the All-commits
mailing list