Open
Description
Dear all,
it would be nice if the container library had overloads for hashing (both Boost as std), e.g.:
namespace boost
{
template<typename Value, std::size_t Capacity>
std::size_t hash_value(const boost::container::static_vector<Value, Capacity>& crvec)
{
return boost::hash_range(crvec.cbegin(), crvec.cend());
}
}
Metadata
Metadata
Assignees
Labels
No labels