mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -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
70ab08f870
commit
d1e1810511
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