[libcxx-commits] [PATCH] D149615: [libc++][PSTL] Implement std::transform

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 15 09:57:44 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG6851d078c54e: [libc++][PSTL] Implement std::transform (authored by philnik).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149615/new/

https://reviews.llvm.org/D149615

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/pstl_backend.h
  libcxx/include/__algorithm/pstl_backends/cpu_backend.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/transform.h
  libcxx/include/__algorithm/pstl_transform.h
  libcxx/include/__pstl/internal/glue_algorithm_defs.h
  libcxx/include/__pstl/internal/glue_algorithm_impl.h
  libcxx/include/algorithm
  libcxx/include/module.modulemap.in
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/pstl.transform.binary.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/pstl.transform.unary.pass.cpp
  libcxx/test/support/type_algorithms.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149615.522243.patch
Type: text/x-patch
Size: 23356 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230515/0f955c3e/attachment-0001.bin>


More information about the libcxx-commits mailing list