20 Nov
2017
20 Nov
'17
11:53 a.m.
On 20. Nov 2017, at 12:51, Hans Dembinski
wrote: std::partial_sum(h.begin(), h.end(), cumulative.begin(), std::back_inserter(cumulative));
Whoops, that's an incomplete edit… I meant this. std::partial_sum(h.begin(), h.end(), std::back_inserter(cumulative));