Subject: Re: [boost] Boost range - Add variadic join/zip
From: Jonathan Wakely (jwakely.boost_at_[hidden])
Date: 2013-05-12 17:34:43


On 12 May 2013 20:33, Dave Abrahams wrote:
>
> 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.

They still are. The docs even make note of it:

http://www.boost.org/doc/libs/1_53_0/libs/iterator/doc/zip_iterator.html#zip-iterator-models

"The fact that the zip_iterator models only Readable Iterator does not
prevent you from modifying the values that the individual iterators
point to."