Boost C++ Libraries: Ticket #8563: Compilation error with boost::spirit::lex::less actor https://svn.boost.org/trac10/ticket/8563 <p> There is an issue with the lexer actor for less. It does not remove possible references in the context_type. I believe without that lex::less is not useable. </p> <p> Find attached a patch that fixes the issue. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8563 Trac 1.4.3 andreas.pokorny@… Sat, 11 May 2013 11:50:36 GMT attachment set https://svn.boost.org/trac10/ticket/8563 https://svn.boost.org/trac10/ticket/8563 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">support_functions.patch</span> </li> </ul> <p> fix </p> Ticket Hartmut Kaiser Sat, 11 May 2013 18:10:28 GMT owner changed https://svn.boost.org/trac10/ticket/8563#comment:1 https://svn.boost.org/trac10/ticket/8563#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> Ticket anonymous Sun, 12 May 2013 06:51:05 GMT attachment set https://svn.boost.org/trac10/ticket/8563 https://svn.boost.org/trac10/ticket/8563 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">regression_less_8563.cpp</span> </li> </ul> Ticket Hartmut Kaiser Tue, 14 May 2013 23:43:51 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8563#comment:2 https://svn.boost.org/trac10/ticket/8563#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/84285" title="Fix #8563: Compilation error with boost::spirit::lex::less actor">[84285]</a>) Fix <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8563" title="#8563: Bugs: Compilation error with boost::spirit::lex::less actor (closed: fixed)">#8563</a>: Compilation error with boost::spirit::lex::less actor </p> Ticket Antony Polukhin Tue, 04 Jun 2013 15:05:19 GMT status, severity, version, milestone changed; cc, keywords set; resolution deleted https://svn.boost.org/trac10/ticket/8563#comment:3 https://svn.boost.org/trac10/ticket/8563#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">closed</span> → <span class="trac-field-new">reopened</span> </li> <li><strong>severity</strong> <span class="trac-field-old">Problem</span> → <span class="trac-field-new">Regression</span> </li> <li><strong>cc</strong> <span class="trac-author">antoshkka@…</span> added </li> <li><strong>version</strong> <span class="trac-field-old">Boost Development Trunk</span> → <span class="trac-field-new">Boost 1.54.0</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.54.0</span> </li> <li><strong>keywords</strong> lex spirit typename added </li> <li><strong>resolution</strong> <span class="trac-field-deleted">fixed</span> </li> </ul> <p> Fix misses <code>typename</code> before <code>remove_const&lt;</code> at line 52 of boost_1_54_0_beta1/boost/spirit/home/lex/lexer/support_functions.hpp </p> Ticket Hartmut Kaiser Tue, 04 Jun 2013 15:16:55 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8563#comment:4 https://svn.boost.org/trac10/ticket/8563#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">reopened</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/84631" title="Spirit: Fixed #8563: Compilation error with boost::spirit::lex::less actor">[84631]</a>) Spirit: Fixed <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8563" title="#8563: Bugs: Compilation error with boost::spirit::lex::less actor (closed: fixed)">#8563</a>: Compilation error with boost::spirit::lex::less actor </p> Ticket