[all-commits] [llvm/llvm-project] 80045e: [libc++] Implement ranges::for_each{, _n}
philnik777 via All-commits
all-commits at lists.llvm.org
Wed May 4 11:28:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80045e9afa2f3545d3b1f2d06090a9a053a90307
https://github.com/llvm/llvm-project/commit/80045e9afa2f3545d3b1f2d06090a9a053a90307
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-05-04 (Wed, 04 May 2022)
Changed paths:
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/include/CMakeLists.txt
A libcxx/include/__algorithm/ranges_for_each.h
A libcxx/include/__algorithm/ranges_for_each_n.h
M libcxx/include/algorithm
M libcxx/include/module.modulemap
M libcxx/test/libcxx/private_headers.verify.cpp
A libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/ranges.for_each.pass.cpp
A libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/ranges.for_each_n.pass.cpp
Log Message:
-----------
[libc++] Implement ranges::for_each{, _n}
Reviewed By: var-const, #libc
Spies: libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D124332
More information about the All-commits
mailing list