[libcxx-commits] [PATCH] D136522: [libcxx] patch for implementing ranges::find_last
Shivam Rajput via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Apr 22 21:52:34 PDT 2023
phyBrackets updated this revision to Diff 516115.
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/data/ignore_format.txt
libcxx/utils/generate_feature_test_macro_components.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136522.516115.patch
Type: text/x-patch
Size: 51142 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230423/16e0e49f/attachment-0001.bin>
More information about the libcxx-commits
mailing list