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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 3 08:44:49 PDT 2023


philnik updated this revision to Diff 519091.
philnik marked 4 inline comments as done.
philnik added a comment.

Address comments


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_transform.h
  libcxx/include/__iterator/iterator_traits.h
  libcxx/include/__pstl/internal/glue_algorithm_defs.h
  libcxx/include/__pstl/internal/glue_algorithm_impl.h
  libcxx/include/algorithm
  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.519091.patch
Type: text/x-patch
Size: 15675 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230503/fc6c3fa3/attachment.bin>


More information about the libcxx-commits mailing list