Opened 9 years ago
Closed 9 years ago
#9063 closed Bugs (fixed)
token_finder with token_compress_on broken
Reported by: | Owned by: | Marshall Clow | |
---|---|---|---|
Milestone: | Boost 1.55.0 | Component: | string_algo |
Version: | Boost 1.54.0 | Severity: | Showstopper |
Keywords: | make_find_iterator token_finder token_compress_on | Cc: |
Description
token_finder seems to have broken somewhere between 1_48_0 and 1_53_0.
Further, the string_algo tests don't cover this.
See the attached test, which passes on 1_48_0 but fails on 1_53_0, trunk and release branches.
Same behavior for two compilers tested: mgw64-gcc-4.4 and mgw32-gcc-4.8.
Attachments (1)
Change History (4)
by , 9 years ago
Attachment: | find_iterator_test.cpp added |
---|
comment:1 by , 9 years ago
Should probably be called token_finder_test.cpp, not find_iterator_test.cpp.
comment:2 by , 9 years ago
Status: | new → assigned |
---|
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
test case for make_find_iterator/token_finder/token_compress_on