[all-commits] [llvm/llvm-project] 7af89a: [libc++] Implement ranges::fill{, _n}
philnik777 via All-commits
all-commits at lists.llvm.org
Wed May 25 01:28:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7af89a379cce98382418be5b5433be6163e037f4
https://github.com/llvm/llvm-project/commit/7af89a379cce98382418be5b5433be6163e037f4
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-05-25 (Wed, 25 May 2022)
Changed paths:
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/include/CMakeLists.txt
A libcxx/include/__algorithm/ranges_fill.h
A libcxx/include/__algorithm/ranges_fill_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.modifying.operations/alg.fill/ranges.fill.pass.cpp
A libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/ranges.fill_n.pass.cpp
M libcxx/test/support/almost_satisfies_types.h
Log Message:
-----------
[libc++] Implement ranges::fill{, _n}
Reviewed By: var-const, #libc
Spies: libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D123462
More information about the All-commits
mailing list