[libcxx-commits] [PATCH] D149540: [libc++][PSTL] Implement std::fill{, _n}

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 1 09:10:32 PDT 2023


philnik updated this revision to Diff 518466.
philnik marked 3 inline comments as done.
philnik added a comment.

Address comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149540

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/pstl_fill.h
  libcxx/include/__pstl/internal/algorithm_impl.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.fill/pstl.fill.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/pstl.fill_n.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149540.518466.patch
Type: text/x-patch
Size: 15788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230501/4fa6635b/attachment.bin>


More information about the libcxx-commits mailing list