We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c5da86 + 4dc6a8c commit 80a07ffCopy full SHA for 80a07ff
transcoder/basisu_containers.h
@@ -188,7 +188,7 @@ namespace basisu
188
189
#define BASISU_IS_SCALAR_TYPE(T) (scalar_type<T>::cFlag)
190
191
-#if defined(__GNUC__) && __GNUC__<5
+#if !defined(BASISU_HAVE_STD_TRIVIALLY_COPYABLE) && defined(__GNUC__) && __GNUC__<5
192
#define BASISU_IS_TRIVIALLY_COPYABLE(...) __has_trivial_copy(__VA_ARGS__)
193
#else
194
#define BASISU_IS_TRIVIALLY_COPYABLE(...) std::is_trivially_copyable<__VA_ARGS__>::value
0 commit comments