$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [range] flat_array_view feature request.
From: Nat Goodspeed (nat_at_[hidden])
Date: 2014-01-06 14:11:58
On Mon, Jan 6, 2014 at 1:52 PM, John M. Dlugosz <mpbecey7gu_at_[hidden]> wrote:
> (A fully general flattening of ranges could be done with iterating a recursive 'join')
You can also build a literally recursive flattening iterator with
coroutines. ;-)