$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost range - Add variadic join/zip
From: Dave Abrahams (dave_at_[hidden])
Date: 2013-05-12 15:33:26
on Thu May 09 2013, Gonzalo BG <gonzalobg88-AT-gmail.com> wrote:
> However, boost's zip_iterators are not writable.
That's surprising to hear. IIRC, at least, they used to be writable.
You *can* assign into a tuple of references.
-- Dave Abrahams