[libcxx-commits] [PATCH] D136522: [libcxx] patch for implementing ranges::find_last

Shivam Rajput via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 20 07:08:50 PDT 2023


phyBrackets updated this revision to Diff 506566.
Herald added a subscriber: mikhail.ramalho.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136522

Files:
  libcxx/docs/FeatureTestMacroTable.rst
  libcxx/docs/ReleaseNotes.rst
  libcxx/docs/Status/Cxx2bPapers.csv
  libcxx/include/CMakeLists.txt
  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/module.modulemap.in
  libcxx/include/version
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ranges.find_last.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ranges.find_last_if.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ranges.find_last_if_not.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/algorithm.version.compile.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
  libcxx/utils/generate_feature_test_macro_components.py
  llvm/utils/gn/secondary/libcxx/include/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136522.506566.patch
Type: text/x-patch
Size: 51094 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230320/2b45ae93/attachment-0001.bin>


More information about the libcxx-commits mailing list