[all-commits] [llvm/llvm-project] 8ac015: [libc++][ranges][NFC] Make sure all implemented al...
Konstantin Varlamov via All-commits
all-commits at lists.llvm.org
Fri Aug 5 14:02:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ac015caf627a0db89540950d6343e955ba9500b
https://github.com/llvm/llvm-project/commit/8ac015caf627a0db89540950d6343e955ba9500b
Author: Konstantin Varlamov <varconst at apple.com>
Date: 2022-08-05 (Fri, 05 Aug 2022)
Changed paths:
M libcxx/include/__algorithm/find_first_of.h
M libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
M libcxx/test/libcxx/algorithms/robust_against_copying_comparators.pass.cpp
M libcxx/test/std/algorithms/ranges_result_alias_declarations.compile.pass.cpp
M libcxx/test/std/algorithms/ranges_robust_against_dangling.pass.cpp
M libcxx/test/std/algorithms/ranges_robust_against_proxy_iterators.pass.cpp
M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
Log Message:
-----------
[libc++][ranges][NFC] Make sure all implemented algorithms are enabled in "robust" tests.
Also fix `std::find_first_of` (which accidentally copied the predicate
in the implementation).
Differential Revision: https://reviews.llvm.org/D131235
More information about the All-commits
mailing list