diff --git a/Source/Core/Common/ChunkFile.h b/Source/Core/Common/ChunkFile.h index 10eb2baa8d..74cf9f475b 100644 --- a/Source/Core/Common/ChunkFile.h +++ b/Source/Core/Common/ChunkFile.h @@ -28,7 +28,7 @@ // ewww #if _LIBCPP_VERSION -#define IsTriviallyCopyable(T) std::is_trivially_copyable::value +#define IsTriviallyCopyable(T) std::is_trivially_copyable::type>::value #elif __GNUC__ #define IsTriviallyCopyable(T) std::has_trivial_copy_constructor::value #elif _MSC_VER >= 1800