mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
fix issue for using hash_value() as a way to implement hash in a class
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "hash_std.h" // defines Person with std::hash specialization
|
||||
#include "hash_value.h" // defines Person with std::hash specialization
|
||||
|
||||
#include <iostream>
|
||||
#include <parallel_hashmap/phmap.h>
|
||||
|
||||
Reference in New Issue
Block a user