Re: std::inclusive_scan

2019-06-19 Thread Jonathan Wakely
On 19/06/19 00:04 +0100, Jonathan Wakely wrote: On 18/06/19 19:08 +0100, Dietmar Kuehl via libstdc++ wrote: The first release shipping the parallel algorithms is gcc-9.1.0. Specifically std::inclusive_scan() *without* execution policy seems to be missing, though. I guess, that’s because it was

Re: std::inclusive_scan

2019-06-18 Thread Jonathan Wakely
On 18/06/19 19:08 +0100, Dietmar Kuehl via libstdc++ wrote: The first release shipping the parallel algorithms is gcc-9.1.0. Specifically std::inclusive_scan() *without* execution policy seems to be missing, though. I guess, that’s because it was an add/renamed algorithm. The versions taking an