Boost C++ Libraries: Ticket #6526: pop_front() and pop_back() https://svn.boost.org/trac10/ticket/6526 <p> Could you add pop_front() and pop_back() to iterator_range? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6526 Trac 1.4.3 Steven Watanabe Tue, 07 Feb 2012 01:57:21 GMT <link>https://svn.boost.org/trac10/ticket/6526#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6526#comment:1</guid> <description> <p> I don't think this is a good idea. These are container operations and iterator_range is not a container. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Tue, 10 Sep 2013 20:26:48 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6526#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6526#comment:2</guid> <description> <p> Couldn't this be closed as invalid/wontfix? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Tue, 10 Sep 2013 22:37:30 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6526#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6526#comment:3</guid> <description> <p> Why? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Neil Groves</dc:creator> <pubDate>Tue, 04 Mar 2014 13:12:00 GMT</pubDate> <title>status, milestone changed https://svn.boost.org/trac10/ticket/6526#comment:4 https://svn.boost.org/trac10/ticket/6526#comment:4 <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> <p> Implemented, but undocumented see ticket 7856. I've had a good suggestion in this ticket to change the name to drop_front drop_back. </p> Ticket Neil Groves Sat, 08 Mar 2014 20:57:27 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6526#comment:5 https://svn.boost.org/trac10/ticket/6526#comment:5 <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