trying new macro to fix clang/old libstdc++ combo

This commit is contained in:
badair
2016-03-31 00:46:04 -05:00
parent 68943c016d
commit 040dfe0088

View File

@@ -25,7 +25,7 @@ Distributed under the Boost Software License, Version 1.0.
#endif //_MSC_VER
#if defined(__GLIBCXX__) && (defined(__GNUC__) || defined(__clang__))
#if defined(__GNUC__) || defined(__clang__)
// libstdc++ did not implement std::is_trivially_default_constructible
// until GCC 5. It's difficult to check for this reliably, especially in
// Clang, so I use a compiler hook instead.