[all-commits] [llvm/llvm-project] 3a7876: [libc++][PSTL] Implement std::is_partitioned
philnik777 via All-commits
all-commits at lists.llvm.org
Thu Jun 15 11:23:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a7876f6e2b01550c2178a7d295842b637d183c7
https://github.com/llvm/llvm-project/commit/3a7876f6e2b01550c2178a7d295842b637d183c7
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
M libcxx/docs/Status/PSTLPaper.csv
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/pstl_backend.h
A libcxx/include/__algorithm/pstl_is_partitioned.h
M libcxx/include/algorithm
A libcxx/test/libcxx/algorithms/alg.sorting/pstl.is_partitioned.pass.cpp
M libcxx/test/libcxx/algorithms/pstl.robust_against_customization_points_not_working.pass.cpp
A libcxx/test/std/algorithms/alg.sorting/alg.partitions/pstl.is_partitioned.pass.cpp
Log Message:
-----------
[libc++][PSTL] Implement std::is_partitioned
Reviewed By: #libc, ldionne
Spies: ldionne, libcxx-commits
Differential Revision: https://reviews.llvm.org/D152853
More information about the All-commits
mailing list