mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-30 00:50:38 +08:00
issue #8
This commit is contained in:
Vendored
-3
@@ -25,9 +25,6 @@ namespace phmap {
|
||||
struct HashEq
|
||||
{
|
||||
#if defined(PHMAP_USE_ABSL_HASHEQ)
|
||||
using Hash = absl::Hash<T>;
|
||||
using Eq = absl::EqualTo<T>;
|
||||
#elif defined(PHMAP_USE_ABSL_HASH)
|
||||
using Hash = absl::Hash<T>;
|
||||
using Eq = phmap::EqualTo<T>;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user