Implements AssertNotNull macro
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
0fe488b1c2
commit
657767536f
|
@ -21,4 +21,6 @@
|
||||||
#define Assert(expr)
|
#define Assert(expr)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define AssertNotNull(value) Assert(value != nullptr)
|
||||||
|
|
||||||
#endif
|
#endif
|
Loading…
Reference in New Issue