[libcxx-commits] [PATCH] D104492: [libc++][pstl] Implement tag dispatching
Ruslan Arutyunyan via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 17 15:57:30 PDT 2021
rarutyun added inline comments.
================
Comment at: pstl/include/pstl/internal/parallel_backend_serial.h:57
void
__parallel_for(_ExecutionPolicy&&, _Index __first, _Index __last, _Fp __f)
{
----------------
Note that this overload supposed to go away when all the changes are made. Currently there is a code that depends on that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104492/new/
https://reviews.llvm.org/D104492
More information about the libcxx-commits
mailing list