mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-06-06 14:43:46 +00:00
remove static-assert accidentally checked in.
This commit is contained in:
parent
598a88d9fd
commit
7bc9201322
@ -84,10 +84,8 @@ distribution.
|
|||||||
# include <assert.h>
|
# include <assert.h>
|
||||||
# define TIXMLASSERT assert
|
# define TIXMLASSERT assert
|
||||||
# endif
|
# endif
|
||||||
# define TIXML_STATIC_ASSERT(x) typedef char __STATIC_ASSERT__[( x )?1:-1]
|
|
||||||
#else
|
#else
|
||||||
# define TIXMLASSERT( x ) {}
|
# define TIXMLASSERT( x ) {}
|
||||||
# define TIXML_STATIC_ASSERT(x) {}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user