[all-commits] [llvm/llvm-project] b79b2b: [libc++] Implement ranges::find_first_of
philnik777 via All-commits
all-commits at lists.llvm.org
Mon Jun 6 13:29:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b79b2b67725633dfb572660a0e1740190fc0afb5
https://github.com/llvm/llvm-project/commit/b79b2b67725633dfb572660a0e1740190fc0afb5
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-06-06 (Mon, 06 Jun 2022)
Changed paths:
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/include/CMakeLists.txt
A libcxx/include/__algorithm/ranges_find_first_of.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.find.first.of/ranges.find_first_of.pass.cpp
Log Message:
-----------
[libc++] Implement ranges::find_first_of
Reviewed By: Mordante, var-const, #libc
Spies: libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D126529
More information about the All-commits
mailing list