[all-commits] [llvm/llvm-project] 7d426a: [libc++] Implement ranges::{reverse, rotate}_copy
philnik777 via All-commits
all-commits at lists.llvm.org
Mon Jul 11 12:13:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d426a392f7391007c1b65e8d632e3fff4b07328
https://github.com/llvm/llvm-project/commit/7d426a392f7391007c1b65e8d632e3fff4b07328
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-07-11 (Mon, 11 Jul 2022)
Changed paths:
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/include/CMakeLists.txt
A libcxx/include/__algorithm/ranges_reverse_copy.h
A libcxx/include/__algorithm/ranges_rotate_copy.h
M libcxx/include/__iterator/reverse_iterator.h
M libcxx/include/algorithm
M libcxx/include/module.modulemap.in
M libcxx/test/libcxx/private_headers.verify.cpp
M libcxx/test/libcxx/transitive_includes/expected.charconv
A libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/ranges.reverse_copy.pass.cpp
A libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/ranges.rotate_copy.pass.cpp
M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
Log Message:
-----------
[libc++] Implement ranges::{reverse, rotate}_copy
Reviewed By: var-const, #libc
Spies: huixie90, libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D127211
More information about the All-commits
mailing list