[all-commits] [llvm/llvm-project] 1d1a19: [libc++] Implement ranges::reverse
philnik777 via All-commits
all-commits at lists.llvm.org
Tue May 24 01:34:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d1a191edcfa87bf77331ffcc8fa29562b17f517
https://github.com/llvm/llvm-project/commit/1d1a191edcfa87bf77331ffcc8fa29562b17f517
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-05-24 (Tue, 24 May 2022)
Changed paths:
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/include/CMakeLists.txt
A libcxx/include/__algorithm/ranges_reverse.h
M libcxx/include/algorithm
M libcxx/include/module.modulemap
M libcxx/test/libcxx/private_headers.verify.cpp
A libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/ranges.reverse.pass.cpp
M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
M libcxx/test/support/almost_satisfies_types.h
Log Message:
-----------
[libc++] Implement ranges::reverse
Reviewed By: var-const, #libc
Spies: libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D125752
More information about the All-commits
mailing list