Opened 10 years ago
Closed 10 years ago
#8302 closed Patches (fixed)
Lexer does not relase iterator
Reported by: | Antony Polukhin | Owned by: | Hartmut Kaiser |
---|---|---|---|
Milestone: | Boost 1.54.0 | Component: | spirit |
Version: | Boost Development Trunk | Severity: | Optimization |
Keywords: | Cc: |
Description
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.
Attachments (1)
Change History (2)
by , 10 years ago
Attachment: | functor_data.hpp.patch added |
---|
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch for boost/spirit/home/lex/lexer/lexertl/functor_data.hpp