t-lutz / ParallelSTL

Implementation of n3554, a proposal to include parallelized versions of the STL algorithms into the C++ standard.
25 stars 6 forks source link

diffact_gather cannot handle init values #10

Open t-lutz opened 10 years ago

t-lutz commented 10 years ago

When using diffract_gather with an algorithm having an init value, this value is repeated for each chunk instead of begin repeated once.