[all-commits] [llvm/llvm-project] 627e6e: Revert "[libc++][PSTL] Implement std::transform"
philnik777 via All-commits
all-commits at lists.llvm.org
Mon May 15 06:57:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 627e6efa5b274db10564ace161d2ef583ddfcb66
https://github.com/llvm/llvm-project/commit/627e6efa5b274db10564ace161d2ef583ddfcb66
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-05-15 (Mon, 15 May 2023)
Changed paths:
M libcxx/include/CMakeLists.txt
R libcxx/include/__algorithm/pstl_transform.h
M libcxx/include/__pstl/internal/glue_algorithm_defs.h
M libcxx/include/__pstl/internal/glue_algorithm_impl.h
M libcxx/include/algorithm
R libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/pstl.transform.binary.pass.cpp
R libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/pstl.transform.unary.pass.cpp
M libcxx/test/support/type_algorithms.h
Log Message:
-----------
Revert "[libc++][PSTL] Implement std::transform"
This reverts commit cbd9e5454741ebe6b39521fe1a8ed4eed5c2c801.
The wrong patch was landed.
More information about the All-commits
mailing list