mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-30 00:50:38 +08:00
update comments
This commit is contained in:
Vendored
+2
-1
@@ -20,7 +20,8 @@ struct Person
|
||||
namespace std
|
||||
{
|
||||
// inject specialization of std::hash for Person into namespace std
|
||||
// ----------------------------------------------------------------
|
||||
// An alternative is to provide a hash_value() friend function (see hash_value.h)
|
||||
// ------------------------------------------------------------------------------
|
||||
template<> struct hash<Person>
|
||||
{
|
||||
std::size_t operator()(Person const &p) const
|
||||
|
||||
Reference in New Issue
Block a user