Subject: [Boost-bugs] [Boost C++ Libraries] #5650: Adding hash_value for filesystem::path
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-06-28 11:09:13
#5650: Adding hash_value for filesystem::path
------------------------------+---------------------------------------------
Reporter: anonymous | Owner: bemandawes
Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: filesystem
Version: Boost 1.46.1 | Severity: Problem
Keywords: |
------------------------------+---------------------------------------------
Will allow to set filesystem::path to the flyweight and unordered_* by
this.
{{{
//in namespace boost::filesystem
size_t hash_value(const path& data)
{
return boost::hash_value(data.native());
}
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5650> 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:06 UTC