id summary reporter owner description type status milestone component version severity resolution keywords cc 7989 [string_algo] find_iterator broken in 1.53? gast128@… Marshall Clow "The find_iterator uses in its increment function the plus operator. This compiles for random access iterators but not for iterators with less capabilities, e.g.: std::list lst; std::vector vec; std::string str; //ok boost::make_find_iterator(str, boost::first_finder(str)); //ok boost::make_find_iterator(vec, boost::first_finder(str)); //not ok boost::make_find_iterator(lst, boost::first_finder(str)); " Bugs closed Boost 1.54.0 string_algo Boost 1.53.0 Problem fixed