missing backslash

This commit is contained in:
greg
2019-03-27 21:11:15 -04:00
parent 0bf32c2ffc
commit 65f4c264df
+1 -1
View File
@@ -1264,7 +1264,7 @@ struct MakeUniqueResult<T[N]> {
} // namespace memory_internal
#if (__cplusplus > 201103L || defined(_MSC_VER)) && \
!(defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ == 8) &&
!(defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ == 8) && \
!(defined (__GLIBCXX__) && __GLIBCXX__ <= 20141030)
using std::make_unique;
#else