Boost C++ Libraries: Ticket #6368: [multi_pass] clear_queue isn't forwarded to the storage policy https://svn.boost.org/trac10/ticket/6368 <p> In home/support/iterators/detail/combine_policies.hpp, clear_queue is only forwarded to the checking policy. </p> <p> If the checking policy is not optimized out of the inheritance chain due to being empty, this leads to an ambiguous reference when trying to use that function because the storage policy also implements clear_queue. </p> <p> Otherwise, the checking policy's clear_queue will silently not be called. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6368 Trac 1.4.3 anonymous Mon, 09 Jan 2012 04:31:01 GMT attachment set https://svn.boost.org/trac10/ticket/6368 https://svn.boost.org/trac10/ticket/6368 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">clear_queue.patch</span> </li> </ul> Ticket Joel de Guzman Mon, 09 Jan 2012 04:45:54 GMT owner changed https://svn.boost.org/trac10/ticket/6368#comment:1 https://svn.boost.org/trac10/ticket/6368#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Joel de Guzman</span> to <span class="trac-author">Hartmut Kaiser</span> </li> </ul> <p> Passing this on to Hartmut Kaiser. Hartmut, what do you think? </p> Ticket Hartmut Kaiser Mon, 09 Jan 2012 13:53:16 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6368#comment:2 https://svn.boost.org/trac10/ticket/6368#comment:2 <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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/76384" title="Spirit: fixed #6368: [multi_pass] clear_queue isn't forwarded to the ...">[76384]</a>) Spirit: fixed <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6368" title="#6368: Bugs: [multi_pass] clear_queue isn't forwarded to the storage policy (closed: fixed)">#6368</a>: [multi_pass] clear_queue isn't forwarded to the storage policy </p> Ticket