Boost C++ Libraries: Ticket #4050: Missing iota function in Boost.Range https://svn.boost.org/trac10/ticket/4050 <p> The SGI STL contains an iota function as a nonstandard extension. Boost.Range contains many of the other SGI extensions, but iota is missing. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4050 Trac 1.4.3 anonymous Mon, 29 Mar 2010 17:26:58 GMT <link>https://svn.boost.org/trac10/ticket/4050#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4050#comment:1</guid> <description> <p> You might want to check out <a class="ext-link" href="https://svn.boost.org/trac/boost/browser/sandbox/boost/algorithm/iota.hpp"><span class="icon">​</span>iota.hpp</a> in the sandbox, part of the (proposed) algorithm library. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Jeremiah Willcock</dc:creator> <pubDate>Mon, 29 Mar 2010 17:29:02 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/4050#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4050#comment:2</guid> <description> <p> In general, should I prefer Boost.Algorithm algorithms or the ones in Boost.Range? Many of the same algorithms are in both places. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Neil Groves</dc:creator> <pubDate>Sat, 03 Apr 2010 21:32:26 GMT</pubDate> <title>owner, status changed https://svn.boost.org/trac10/ticket/4050#comment:3 https://svn.boost.org/trac10/ticket/4050#comment:3 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Thorsten Ottosen</span> to <span class="trac-author">Neil Groves</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> Great idea. This would be very useful. I shall take this over and implement it shortly. </p> Ticket Neil Groves Sun, 04 Apr 2010 15:12:09 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4050#comment:4 https://svn.boost.org/trac10/ticket/4050#comment:4 <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> <p> This has been implemented and put onto the trunk. </p> Ticket