Changes between Initial Version and Version 1 of Ticket #6248, comment 1
- Timestamp:
- Mar 15, 2013, 9:45:55 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6248, comment 1
initial v1 1 1 `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`). 2 2 3 Attached patch f ixes it.3 Attached patch for boost/spirit/home/lex/lexer/lexertl/iterator.hpp that fixes it. 4 4 5 5 P.S.: `boost::spirit::lex::lexertl::iterator<Functor>` also has no swap specialisation, which may lead to use of ineffective `std::swap`.