Boost logo

Boost :

Subject: Re: [boost] [histogram] Working with standard algorithms
From: Hans Dembinski (hans.dembinski_at_[hidden])
Date: 2017-11-20 11:53:28


> On 20. Nov 2017, at 12:51, Hans Dembinski <hans.dembinski_at_[hidden]> 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));


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk