$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] chaining functions input output
From: Igor R (boost.lists_at_[hidden])
Date: 2012-09-19 06:04:08
> i have these 2 functions provided to me and I wonder whether they can
> somehow be chained without using intermediary memory?
>
> http://codepad.org/tTwkUQhp
No.
You have to supply a range [begin..end) for fun2(), so this range
should be prepared first.