Subject: Re: [boost] [algorithm] adjacent_for_each interest?
From: Nathan Ridge (zeratul976_at_[hidden])
Date: 2013-02-12 13:37:31


> > By the way, is combine in boost/range/combine.hpp in public api? I don't
> > see it on website.
>
> Nice find! I've been missing a zip_range! A few useful additions would
> be a corresponding adaptor

Do you mean 'r1 | zipped(r2)' in the place of 'zip(r1, r2)'?

Somehow the asymmetry of that offends me...

Regards,
Nate