Update phmap_base.h

This commit is contained in:
greg
2019-03-27 21:15:30 -04:00
parent 3b7a161512
commit 87dedf7b3c
+1 -1
View File
@@ -1265,7 +1265,7 @@ struct MakeUniqueResult<T[N]> {
#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