[libcxx-commits] [PATCH] D131235: [libc++][ranges][NFC] Make sure all implemented algorithms are enabled in "robust" tests.

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 4 20:32:40 PDT 2022


var-const created this revision.
Herald added a project: All.
var-const requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Also fix `std::find_first_of` (which accidentally copied the predicate
in the implementation).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D131235

Files:
  libcxx/include/__algorithm/find_first_of.h
  libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
  libcxx/test/libcxx/algorithms/robust_against_copying_comparators.pass.cpp
  libcxx/test/std/algorithms/ranges_result_alias_declarations.compile.pass.cpp
  libcxx/test/std/algorithms/ranges_robust_against_dangling.pass.cpp
  libcxx/test/std/algorithms/ranges_robust_against_proxy_iterators.pass.cpp
  libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131235.450219.patch
Type: text/x-patch
Size: 9218 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220805/f4a2a4eb/attachment-0001.bin>


More information about the libcxx-commits mailing list