[all-commits] [llvm/llvm-project] 1d8375: [libc++] Implement ranges::copy{, _n, _if, _backward}
philnik777 via All-commits
all-commits at lists.llvm.org
Fri Apr 15 04:44:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d83750f631d60bf6f371fa3fd0efc0499470d3f
https://github.com/llvm/llvm-project/commit/1d83750f631d60bf6f371fa3fd0efc0499470d3f
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-04-15 (Fri, 15 Apr 2022)
Changed paths:
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/copy.h
M libcxx/include/__algorithm/copy_backward.h
A libcxx/include/__algorithm/ranges_copy.h
A libcxx/include/__algorithm/ranges_copy_backward.h
A libcxx/include/__algorithm/ranges_copy_if.h
A libcxx/include/__algorithm/ranges_copy_n.h
M libcxx/include/__algorithm/unwrap_iter.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.copy/ranges.copy.pass.cpp
A libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/ranges.copy_backward.pass.cpp
A libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/ranges.copy_if.pass.cpp
A libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/ranges.copy_n.pass.cpp
Log Message:
-----------
[libc++] Implement ranges::copy{, _n, _if, _backward}
Reviewed By: Mordante, var-const, #libc
Spies: sstefan1, libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D122982
More information about the All-commits
mailing list