From a9e4a37b1a99a4ee3b85101311d801db8f977304 Mon Sep 17 00:00:00 2001 From: greg Date: Sat, 14 Mar 2020 16:00:11 -0400 Subject: [PATCH] Update phmap.h --- parallel_hashmap/phmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parallel_hashmap/phmap.h b/parallel_hashmap/phmap.h index 63f5f13..4a154b0 100644 --- a/parallel_hashmap/phmap.h +++ b/parallel_hashmap/phmap.h @@ -3784,7 +3784,7 @@ template <> struct HashEq : StringHashEqT {}; template <> -struct HashEq : StringHashEqT {}; +struct HashEq> : StringHashEqT {}; // char16_t template <>