Changes between Initial Version and Version 1 of Ticket #6248, comment 1


Ignore:
Timestamp:
Mar 15, 2013, 9:45:55 AM (10 years ago)
Author:
Antony Polukhin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6248, comment 1

    initial v1  
    11`boost::spirit::lex::lexertl::iterator<Functor>` class has no functions specializations in traits namespace, which makes it to choose the default methods that do nothing (instead of calling `clear_queue`).
    22
    3 Attached patch fixes it.
     3Attached patch for boost/spirit/home/lex/lexer/lexertl/iterator.hpp that fixes it.
    44
    55P.S.: `boost::spirit::lex::lexertl::iterator<Functor>` also has no swap specialisation, which may lead to use of ineffective `std::swap`.