id summary reporter owner description type status milestone component version severity resolution keywords cc 7784 [PATCH] Overlapping strings are not properly handled by string::algo::find_all cedstrom@… Marshall Clow See attached test case. There should be two matches in the following test case, one at index 0 and one at index 1, but boost::string::algorithm::find_all only finds one at index 0. I suspect the bug is that the string match erroneously restarts from the end of the previous match, not from beginning of the previous match + 1. Bugs closed To Be Determined string_algo Boost Development Trunk Problem invalid