Fixed comments an assert
This commit is contained in:
parent
bb4b35e438
commit
ef58b0eb54
@ -236,7 +236,7 @@ template class SizeChecker<UInt16, 2>;
|
|||||||
|
|
||||||
// Same as assert but in all Self test builds
|
// Same as assert but in all Self test builds
|
||||||
#ifdef SELF_TEST
|
#ifdef SELF_TEST
|
||||||
#define assert_test(x) ( !!(x) || (assert(0), exit(1), 0))
|
#define assert_test(x) ( !!(x) || (assert(!#x), exit(1), 0))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/// A generic interface used mainly in ForEach() functions
|
/// A generic interface used mainly in ForEach() functions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user