[libcxx-commits] [PATCH] D136522: [libcxx] patch for implementing ranges::find_last
Shivam Rajput via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 9 10:07:39 PST 2023
phyBrackets updated this revision to Diff 503827.
Herald added a subscriber: arichardson.
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/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.503827.patch
Type: text/x-patch
Size: 44160 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230309/95d8dbd6/attachment-0001.bin>
More information about the libcxx-commits
mailing list