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