mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-12-09 05:27:44 +00:00
remove static-assert accidentally checked in.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user