[libcxx-commits] [PATCH] D59925: The optimized parallel versions of sort, stable_sort algorithms.

Mikhail Dvorskiy via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 26 12:50:09 PDT 2019


MikeDvorskiy added inline comments.


================
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);
+            });
----------------
ldionne wrote:
> I think this should stay qualified?
Yes, thanks..
(conflict resolving fall)



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