[Boost-bugs] [Boost C++ Libraries] #11407: Boost.Container does not provide hash_value

Subject: [Boost-bugs] [Boost C++ Libraries] #11407: Boost.Container does not provide hash_value
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-06-19 11:20:55


#11407: Boost.Container does not provide hash_value
--------------------------------------+------------------------
 Reporter: Rainer Deyke <rainerd@…> | Owner: igaztanaga
     Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: container
  Version: Boost 1.58.0 | Severity: Problem
 Keywords: |
--------------------------------------+------------------------
 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<std::vector<int>, int> is
 valid but boost::unordered_map<boost::container::vector<int>, int> is not.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11407>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:18 UTC