From 3297b8f8a6a3d53a7299a0ed4e491e981111b816 Mon Sep 17 00:00:00 2001 From: Brian McKinnon Date: Sun, 3 May 2020 15:13:33 -0500 Subject: [PATCH] Fixed compiler error due to missed changes --- parallel_hashmap/btree.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/parallel_hashmap/btree.h b/parallel_hashmap/btree.h index 3452f90..74eaf1e 100644 --- a/parallel_hashmap/btree.h +++ b/parallel_hashmap/btree.h @@ -713,7 +713,7 @@ namespace phmap { template < typename Compare, typename K, typename LK, phmap::enable_if_t>::value, + Compare, const K &, const LK &>>::value, int> = 0> constexpr phmap::weak_ordering do_three_way_comparison(const Compare &compare, const K &x, const LK &y) { @@ -721,8 +721,8 @@ namespace phmap { } template < typename Compare, typename K, typename LK, - phmap::enable_if_t>::value, + phmap::enable_if_t>::value, int> = 0> constexpr phmap::weak_ordering do_three_way_comparison(const Compare &compare, const K &x, const LK &y) {