[libcxx-commits] [PATCH] D105456: [libcxx][algorithms] adds `std::ranges::find`

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 30 10:47:04 PDT 2021


cjdb updated this revision to Diff 363148.
cjdb added a comment.

reworks testing

@ldionne ready for another round of reviewing :)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105456/new/

https://reviews.llvm.org/D105456

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/find.h
  libcxx/include/__functional/identity.h
  libcxx/include/algorithm
  libcxx/include/module.modulemap
  libcxx/test/libcxx/diagnostics/nodiscard_extensions.pass.cpp
  libcxx/test/libcxx/diagnostics/nodiscard_extensions.verify.pass.cpp
  libcxx/test/libcxx/diagnostics/nodiscard_ranges_extensions.verify.cpp
  libcxx/test/libcxx/diagnostics/nodiscard_ranges_extensions.verify.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ranges_find/find_iter_sent_proj.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ranges_find/ranges_find_iter_sent.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ranges_find/ranges_find_range.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ranges_find/ranges_find_range_proj.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ranges_find/special_function.compile.pass.cpp
  libcxx/test/support/complexity_invocable.h
  libcxx/test/support/test_iterators.h
  libcxx/test/support/test_range.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105456.363148.patch
Type: text/x-patch
Size: 44684 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210730/8a4dc85d/attachment-0001.bin>


More information about the libcxx-commits mailing list