[libcxx-commits] [PATCH] D149706: [libc++][PSTL] Implement std::copy{, _n, _if}

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 2 16:40:09 PDT 2023


philnik created this revision.
philnik added a reviewer: ldionne.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149706

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/pstl_copy.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.copy/pstl.copy.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/pstl.copy_n.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149706.518907.patch
Type: text/x-patch
Size: 10995 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230502/39012c17/attachment.bin>


More information about the libcxx-commits mailing list