Boost C++ Libraries: Ticket #6267: Python-like Zip range https://svn.boost.org/trac10/ticket/6267 <p> Boost.Iterator already has the <code>zip_iterator</code>, which allows iterating over multiple containers at once. But we don't have a range version. </p> <p> This should be a varadic template called <code>zip</code> or something of the kind that returns a proper range that uses <code>zip_iterator</code>s to iterate over containers. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6267 Trac 1.4.3 mahmoud.shaikh@… Sat, 02 Jun 2012 21:25:07 GMT <link>https://svn.boost.org/trac10/ticket/6267#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6267#comment:1</guid> <description> <p> This feature will be of extremely usefull </p> </description> <category>Ticket</category> </item> <item> <author>mahmoud.shaikh@…</author> <pubDate>Sat, 02 Jun 2012 21:26:03 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6267#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6267#comment:2</guid> <description> <p> This will be extremely useful* </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Wed, 12 Dec 2012 11:05:59 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6267#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6267#comment:3</guid> <description> <p> I LIKE VAGISIL </p> </description> <category>Ticket</category> </item> <item> <author>answeror@…</author> <pubDate>Thu, 24 Jan 2013 06:49:07 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6267#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6267#comment:4</guid> <description> <p> See <code>boost/range/combine.hpp</code>. It's not mentioned in the document. (up to <code>1.51.0</code>) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Neil Groves</dc:creator> <pubDate>Sat, 08 Mar 2014 21:03:48 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/6267#comment:5 https://svn.boost.org/trac10/ticket/6267#comment:5 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Reimplemented and documented on the develop branch. Will be merged for the 1.56 release. </p> Ticket