From 87dedf7b3c701024557326a42b4159920fe8b686 Mon Sep 17 00:00:00 2001 From: greg Date: Wed, 27 Mar 2019 21:15:30 -0400 Subject: [PATCH] Update phmap_base.h --- parallel_hashmap/phmap_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parallel_hashmap/phmap_base.h b/parallel_hashmap/phmap_base.h index 7c42d6f..40e2285 100644 --- a/parallel_hashmap/phmap_base.h +++ b/parallel_hashmap/phmap_base.h @@ -1265,7 +1265,7 @@ struct MakeUniqueResult { #if (__cplusplus > 201103L || defined(_MSC_VER)) && \ !(defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ == 8) && \ - !(defined (__GLIBCXX__) && __GLIBCXX__ <= 20141030) + !(defined (__GLIBCXX__) && __GLIBCXX__ <= 20151030) using std::make_unique; #else