id summary reporter owner description type status milestone component version severity resolution keywords cc 11407 Boost.Container does not provide hash_value Rainer Deyke Ion Gaztañaga Boost.Hash provides overloads of hash_value for standard containers, but not for their Boost.Container equivalents. Conversely, Boost.Container also does not provide hash_value overloads for use with Boost.Hash. This prevents boost::container::vector from being used as a drop-in replacement for std::vector, since boost::unordered_map, int> is valid but boost::unordered_map, int> is not. Feature Requests new To Be Determined container Boost 1.58.0 Problem