[all-commits] [llvm/llvm-project] ade9c3: [libc++][PSTL] Implement std::fill{, _n}
philnik777 via All-commits
all-commits at lists.llvm.org
Mon May 1 14:03:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ade9c3bdca2c5d9b63940569b9b2e3d33de6f82a
https://github.com/llvm/llvm-project/commit/ade9c3bdca2c5d9b63940569b9b2e3d33de6f82a
Author: Nikolas Klauser <n_klauser at apple.com>
Date: 2023-05-01 (Mon, 01 May 2023)
Changed paths:
M libcxx/include/CMakeLists.txt
A libcxx/include/__algorithm/pstl_fill.h
M libcxx/include/__pstl/internal/algorithm_impl.h
M libcxx/include/__pstl/internal/glue_algorithm_defs.h
M libcxx/include/__pstl/internal/glue_algorithm_impl.h
M libcxx/include/algorithm
A libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/pstl.fill.pass.cpp
A libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/pstl.fill_n.pass.cpp
Log Message:
-----------
[libc++][PSTL] Implement std::fill{,_n}
Reviewed By: ldionne, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D149540
More information about the All-commits
mailing list