[libcxx-commits] [PATCH] D99836: [pstl] Implement OpenMP backend
Christopher Nelson via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 4 11:21:52 PDT 2021
nadiasvertex added a comment.
Commented on, and marked many reviews as fixed.
================
Comment at: pstl/include/pstl/internal/omp/parallel_stable_sort.h:67
+template <typename Iterator1, typename Iterator2>
+struct __move_range
+{
----------------
rarutyun wrote:
> Why do you need such a proxy object? Could you call `__parallel_move_range` directly?
A callable is required.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99836/new/
https://reviews.llvm.org/D99836
More information about the libcxx-commits
mailing list