$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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));