id summary reporter owner description type status milestone component version severity resolution keywords cc 3461 bug in iter_split or nth_finder cwadswor@… Pavol Droba "There appears to be a bug in iter_split or nt_finder. Sample code: #include #include #include #include int main() { std::string str(""Hello, world, !!!""); std::vector slist; boost::algorithm::iter_split(slist, str, boost::algorithm::nth_finder("", "", 0)); for(int index=0; index