Opened 9 years ago

Closed 9 years ago

#9063 closed Bugs (fixed)

token_finder with token_compress_on broken

Reported by: Jim Bell <jim@…> 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)

find_iterator_test.cpp (1.1 KB ) - added by Jim Bell <jim@…> 9 years ago.
test case for make_find_iterator/token_finder/token_compress_on

Download all attachments as: .zip

Change History (4)

by Jim Bell <jim@…>, 9 years ago

Attachment: find_iterator_test.cpp added

test case for make_find_iterator/token_finder/token_compress_on

comment:1 by Jim Bell <jim@…>, 9 years ago

Should probably be called token_finder_test.cpp, not find_iterator_test.cpp.

comment:2 by Marshall Clow, 9 years ago

Status: newassigned

It appears that this was broken by the fix applied for #7784. Thanks for the bug report.

Steven has recommended that I revert the fix for #7784, and mark that report as "works as designed".

I'll look into this further.

Last edited 9 years ago by Marshall Clow (previous) (diff)

comment:3 by Marshall Clow, 9 years ago

Resolution: fixed
Status: assignedclosed

Reverted Fix for #7784 and added an additional test in [86206]

Note: See TracTickets for help on using tickets.