Boost C++ Libraries: Ticket #8028: Document boost::combine(range1, range2) https://svn.boost.org/trac10/ticket/8028 <p> The header boost/range/combine.hpp contains a function combine() that combines two ranges into a "zipped range" built on top of the Boost.Iterator library's zip_iterator. </p> <p> This function is not used as a helper by anything else in Boost.Range, so I'm guessing it should be public API. </p> <p> If that's the case, it should added to the documentation. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8028 Trac 1.4.3 Neil Groves Tue, 04 Mar 2014 13:04:47 GMT status, milestone changed https://svn.boost.org/trac10/ticket/8028#comment:1 https://svn.boost.org/trac10/ticket/8028#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.56.0</span> </li> </ul> Ticket Neil Groves Sat, 08 Mar 2014 20:55:08 GMT <link>https://svn.boost.org/trac10/ticket/8028#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8028#comment:2</guid> <description> <p> Reimplemented the combine() function and introduced reference documentation. Comitted to the develop branch. </p> <p> There is a general task to improve the tutorial and example sections of the documentation that shall improve this very basic documentation at a later date. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Neil Groves</dc:creator> <pubDate>Sun, 09 Mar 2014 07:38:57 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/8028#comment:3 https://svn.boost.org/trac10/ticket/8028#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket