diff --git a/uppsrc/Core/Diag.h b/uppsrc/Core/Diag.h index 3c8f54128..c21d32f85 100644 --- a/uppsrc/Core/Diag.h +++ b/uppsrc/Core/Diag.h @@ -38,7 +38,7 @@ inline String GetTypeName(const ::std::type_info& tinfo) { return GetTypeName( void __LOGF__(const char *format, ...); -#define STATIC_ASSERT( expr ) { struct __static_assert { unsigned static_assert:(expr); }; } +#define STATIC_ASSERT( expr ) { struct __static_assert { unsigned __static_assert_tst:(expr); }; } #ifdef _DEBUG