id summary reporter owner description type status milestone component version severity resolution keywords cc 11017 typo in Boost.Hash documentation anonymous Daniel James "In http://www.boost.org/doc/libs/1_57_0/doc/html/hash/tutorial.html {{{ std::transform(x.begin(), x.end(), std::insert_iterator(hashes), boost::hash()); }}} std::insert_iterator(hashes) is not a valid syntax. Use std::back_inserter(hashes) instead. " Bugs new To Be Determined hash Boost 1.57.0 Cosmetic