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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 1 08:39:27 PDT 2023


ldionne added a comment.

Could you perhaps make a quick pass over all your pstl tests to make sure you don't have copy-paste errors in those signatures?



================
Comment at: libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/pstl.for_each_n.pass.cpp:16-18
+//   void for_each(ExecutionPolicy&& exec,
+//                 ForwardIterator first, ForwardIterator last,
+//                 Function f);
----------------
Wrong signature!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149381



More information about the libcxx-commits mailing list