Boost C++ Libraries: Ticket #8302: Lexer does not relase iterator https://svn.boost.org/trac10/ticket/8302 <p> One of the boost::spirit::lex::lexertl::detail::data specializations initializes iterator_range earlier than required, which leads to not optimal resource usage and failure to free some of the resources till the end of lexing. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8302 Trac 1.4.3 Antony Polukhin Mon, 18 Mar 2013 07:30:39 GMT attachment set https://svn.boost.org/trac10/ticket/8302 https://svn.boost.org/trac10/ticket/8302 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">functor_data.hpp.patch</span> </li> </ul> <p> Patch for boost/spirit/home/lex/lexer/lexertl/functor_data.hpp </p> Ticket Hartmut Kaiser Mon, 18 Mar 2013 11:28:36 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8302#comment:1 https://svn.boost.org/trac10/ticket/8302#comment:1 <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/83486" title="Fix #8302: Lexer does not relase iterator - excellent catch!">[83486]</a>) Fix <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8302" title="#8302: Patches: Lexer does not relase iterator (closed: fixed)">#8302</a>: Lexer does not relase iterator - excellent catch! </p> Ticket