[libcxx-commits] [PATCH] D124079: [libc++] Implement ranges::find_end, ranges::search{, _n}

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 13 04:11:34 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG76a76518507c: [libc++] Implement ranges::find_end, ranges::search{, _n} (authored by philnik).

Changed prior to commit:
  https://reviews.llvm.org/D124079?vs=444047&id=444214#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124079

Files:
  libcxx/docs/Status/RangesAlgorithms.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/find_end.h
  libcxx/include/__algorithm/iterator_operations.h
  libcxx/include/__algorithm/ranges_find_end.h
  libcxx/include/__algorithm/ranges_search.h
  libcxx/include/__algorithm/ranges_search_n.h
  libcxx/include/__algorithm/search.h
  libcxx/include/__algorithm/search_n.h
  libcxx/include/__algorithm/set_intersection.h
  libcxx/include/__functional/default_searcher.h
  libcxx/include/__iterator/iterator_traits.h
  libcxx/include/__string/char_traits.h
  libcxx/include/algorithm
  libcxx/include/experimental/functional
  libcxx/include/module.modulemap.in
  libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.find.end/ranges.find_end.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ranges.search.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ranges.search_n.pass.cpp
  libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124079.444214.patch
Type: text/x-patch
Size: 105659 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220713/c85d7193/attachment-0001.bin>


More information about the libcxx-commits mailing list