From 5ba0c2d619c702a1450d50d3350922161c6781f1 Mon Sep 17 00:00:00 2001 From: greg Date: Sat, 14 Mar 2020 19:32:27 -0400 Subject: [PATCH] Update phmap.h --- parallel_hashmap/phmap.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/parallel_hashmap/phmap.h b/parallel_hashmap/phmap.h index 4a154b0..a211c56 100644 --- a/parallel_hashmap/phmap.h +++ b/parallel_hashmap/phmap.h @@ -3783,9 +3783,6 @@ struct HashEq : StringHashEqT {}; template <> struct HashEq : StringHashEqT {}; -template <> -struct HashEq> : StringHashEqT {}; - // char16_t template <> struct HashEq : StringHashEqT {};