فهرست منبع

remove static-assert accidentally checked in.

Lee Thomason 10 سال پیش
والد
کامیت
7bc9201322
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      tinyxml2.h

+ 0 - 2
tinyxml2.h

@@ -84,10 +84,8 @@ distribution.
 #       include <assert.h>
 #       define TIXMLASSERT                assert
 #   endif
-#   define TIXML_STATIC_ASSERT(x)         typedef char __STATIC_ASSERT__[( x )?1:-1]
 #else
 #   define TIXMLASSERT( x )               {}
-#   define TIXML_STATIC_ASSERT(x)         {}
 #endif