[libcxx-commits] [PATCH] D149381: [libc++][PMR] Impletement std::for_each{, _n}

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 27 14:13:29 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/D149381

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/for_each.h
  libcxx/include/__algorithm/for_each_n.h
  libcxx/include/__algorithm/pstl_for_each.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.nonmodifying/alg.foreach/pstl.for_each.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/pstl.for_each_n.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149381.517710.patch
Type: text/x-patch
Size: 12734 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230427/4eebef5c/attachment-0001.bin>


More information about the libcxx-commits mailing list