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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 13 07:55:19 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGcd916108b4c6: [libc++][PSTL] Implement std::generate{,_n} (authored by philnik).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152581

Files:
  libcxx/docs/Status/PSTLPaper.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/pstl_backend.h
  libcxx/include/__algorithm/pstl_generate.h
  libcxx/include/algorithm
  libcxx/test/libcxx/algorithms/pstl.robust_against_customization_points_not_working.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.generate/pstl.generate.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.generate/pstl.generate_n.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152581.530910.patch
Type: text/x-patch
Size: 13666 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230613/17ec0b6d/attachment-0001.bin>


More information about the libcxx-commits mailing list