Re: [PATCH] Cleanup algorithm implementations

2019-04-20 Thread Thomas Rodgers
Jonathan Wakely writes: > On 19/04/19 11:59 -0700, Thomas Rodgers wrote: >> * include/pstl/glue_algorithm_impl.h (stable_sort): Forward >>execution policy. >> (mismatch): Forward execution policy. >> (equal): Qualify call to std::equal(). >> (partial_sort): Forward

Re: [PATCH] Cleanup algorithm implementations

2019-04-19 Thread Jonathan Wakely
On 19/04/19 11:59 -0700, Thomas Rodgers wrote: * include/pstl/glue_algorithm_impl.h (stable_sort): Forward execution policy. (mismatch): Forward execution policy. (equal): Qualify call to std::equal(). (partial_sort): Forward execution policy.

Re: [PATCH] Cleanup algorithm implementations

2019-04-19 Thread Ville Voutilainen
On Fri, 19 Apr 2019 at 22:00, Thomas Rodgers wrote: > > * include/pstl/glue_algorithm_impl.h (stable_sort): Forward > execution policy. > (mismatch): Forward execution policy. > (equal): Qualify call to std::equal(). > (partial_sort): Forward execution

[PATCH] Cleanup algorithm implementations

2019-04-19 Thread Thomas Rodgers
rom ce0ae4e065692da6d0dcdb0f7ba5d2f3db4d3ec7 Mon Sep 17 00:00:00 2001 From: Thomas Rodgers Date: Fri, 19 Apr 2019 11:16:44 -0700 Subject: [PATCH] Cleanup algorithm implementations * include/pstl/glue_algorithm_impl.h (stable_sort): Forward execution policy. (mismatch): Forward execution pol