id summary reporter owner description type status milestone component version severity resolution keywords cc 3119 unordered_map documentation issue patdesro@… Daniel James "In the “Equality Predicates and Hash Functions”, the boost::unordered_map is declared like this: {{{ template < class Key, class Mapped, class Hash = boost::hash, class Pred = std::equal_to, class Alloc = std::allocator > class unordered_map; }}} Should be: {{{ template < class Key, class Mapped, class Hash = boost::hash, class Pred = std::equal_to, class Alloc = std::allocator > > class unordered_map; }}} " Bugs closed Boost 1.40.0 unordered Boost 1.39.0 Problem fixed