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

H. Vetinari via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 12 02:38:43 PDT 2022


h-vetinari added inline comments.


================
Comment at: libcxx/docs/Status/RangesAlgorithms.csv:26
 Search,count_if,Nikolas Klauser,`D121523 <https://llvm.org/D121523>`_,✅
 Search,search,Nikolas Klauser,`D124079 <https://llvm.org/D124079>`_,Under review
+Search,search_n,Nikolas Klauser,`D124079 <https://llvm.org/D124079>`_,✅
----------------
This line can be set to done as well...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124079



More information about the libcxx-commits mailing list