[libcxx-commits] [PATCH] D59925: The optimized parallel versions of sort, stable_sort algorithms.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 26 09:09:10 PDT 2019
ldionne resigned from this revision.
ldionne added a comment.
Per our offline discussion, I think it's fine for changes that touch exclusively a single backend to be owned by the owner of that backend.
================
Comment at: include/pstl/internal/algorithm_impl.h:2679
+ [__r, __first, __is_vector](_Tp* __i, _Tp* __j) {
+ __brick_move(__i, __j, __first + (__i - __r), __is_vector);
+ });
----------------
I think this should stay qualified?
Repository:
rPSTL pstl
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59925/new/
https://reviews.llvm.org/D59925
More information about the libcxx-commits
mailing list