add a COMMA macro for assert parameters
This commit is contained in:
parent
3dd96565b3
commit
0748aa042b
|
@ -19,6 +19,7 @@ private:
|
||||||
|
|
||||||
#define STRINGIFY(X) #X
|
#define STRINGIFY(X) #X
|
||||||
#define TOSTRING(X) STRINGIFY(X)
|
#define TOSTRING(X) STRINGIFY(X)
|
||||||
|
#define COMMA ,
|
||||||
|
|
||||||
#ifdef assert
|
#ifdef assert
|
||||||
#undef assert
|
#undef assert
|
||||||
|
|
Loading…
Reference in New Issue
Block a user