fix travis clang build

This commit is contained in:
greg
2019-03-27 21:30:25 -04:00
parent 87dedf7b3c
commit 65ebd67804
2 changed files with 3 additions and 3 deletions
+1 -2
View File
@@ -1264,8 +1264,7 @@ struct MakeUniqueResult<T[N]> {
} // namespace memory_internal
#if (__cplusplus > 201103L || defined(_MSC_VER)) && \
!(defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ == 8) && \
!(defined (__GLIBCXX__) && __GLIBCXX__ <= 20151030)
!(defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ == 8)
using std::make_unique;
#else