Boost C++ Libraries: Ticket #11050: compile_time_sized_ringbuffer consume_all has incorrect signature https://svn.boost.org/trac10/ticket/11050 <p> bool consume_all(Functor &amp; f) should be size_t consume_all(Functor &amp; f) bool consume_all(Functor const &amp; f) should be size_t consume_all(Functor const &amp; f) </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11050 Trac 1.4.3 timblechmann Fri, 20 Feb 2015 06:41:03 GMT <link>https://svn.boost.org/trac10/ticket/11050#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11050#comment:1</guid> <description> <p> why the const Functor? </p> </description> <category>Ticket</category> </item> <item> <author>Nate C <crzftx@…></author> <pubDate>Fri, 10 Apr 2015 17:01:12 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/11050#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11050#comment:2</guid> <description> <p> I was just noting that the current signature used "bool" instead of "size_t". The const Functor is already in the code </p> <p> however, it looks like this is fixed in github, just broken in 1.57, so this ticket can close (not sure how to do that) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>timblechmann</dc:creator> <pubDate>Sat, 11 Apr 2015 21:10:36 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/11050#comment:3 https://svn.boost.org/trac10/ticket/11050#comment:3 <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> Ticket