[libcxx-commits] [PATCH] D136486: Patch for implmenting find_last (https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p1223r5.pdf)

Shivam Rajput via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 21 13:18:49 PDT 2022


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

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136486

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/find_last.h
  libcxx/include/__algorithm/find_last_if.h
  libcxx/include/__algorithm/find_last_if_not.h
  libcxx/include/__algorithm/ranges_find_last.h
  libcxx/include/__algorithm/ranges_find_last_if.h
  libcxx/include/__algorithm/ranges_find_last_if_not.h
  libcxx/include/algorithm
  libcxx/include/version
  newB.patch
  updated.patch

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136486.469738.patch
Type: text/x-patch
Size: 57247 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221021/fea62362/attachment-0001.bin>


More information about the libcxx-commits mailing list