[all-commits] [llvm/llvm-project] d2a46e: [libc++][PSTL] Implement std::move
philnik777 via All-commits
all-commits at lists.llvm.org
Sun Oct 22 01:26:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d2a46e6480f350725a6add30662e315b7a8aacfe
https://github.com/llvm/llvm-project/commit/d2a46e6480f350725a6add30662e315b7a8aacfe
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-10-22 (Sun, 22 Oct 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_move.h
M libcxx/include/algorithm
M libcxx/test/libcxx/algorithms/pstl.robust_against_customization_points_not_working.pass.cpp
A libcxx/test/std/algorithms/alg.modifying.operations/alg.move/pstl.exception_handling.pass.cpp
A libcxx/test/std/algorithms/alg.modifying.operations/alg.move/pstl.move.pass.cpp
Log Message:
-----------
[libc++][PSTL] Implement std::move
Reviewed By: #libc, ldionne
Spies: ldionne, libcxx-commits
Differential Revision: https://reviews.llvm.org/D155330
More information about the All-commits
mailing list