[libc++] Implement ranges::adjacent_find
authorNikolas Klauser <nikolasklauser@berlin.de>
Wed, 8 Jun 2022 10:14:12 +0000 (12:14 +0200)
committerNikolas Klauser <nikolasklauser@berlin.de>
Wed, 8 Jun 2022 10:15:03 +0000 (12:15 +0200)
commit916e9052ba955cbef994491026f7fbcced14b9ba
treead568b64512ba761a3ec6266cc4a504b231f82c2
parent10ac235b07515c943354c20fa9efe37c6311f77a
[libc++] Implement ranges::adjacent_find

Reviewed By: Mordante, var-const, #libc

Spies: libcxx-commits, mgorny

Differential Revision: https://reviews.llvm.org/D126610
libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/ranges_adjacent_find.h [new file with mode: 0644]
libcxx/include/algorithm
libcxx/include/module.modulemap
libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
libcxx/test/libcxx/algorithms/ranges_robust_against_copying_projections.pass.cpp
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/test/std/algorithms/alg.nonmodifying/alg.adjacent.find/ranges.adjacent_find.pass.cpp [new file with mode: 0644]
libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp