mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-25 14:15:27 -06:00
Core: STATIC_ASSERT fixed for MSC10
git-svn-id: svn://ultimatepp.org/upp/trunk@8143 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
4b32a5236e
commit
4f89ebebe2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue