Define cmb_assert_always
Defined in File cmb_assert.h
Define Documentation
-
cmb_assert_always(x)
Like
cmb_assert_debug(), but remains in code also ifNDEBUGandNASSERTare defined. Typically used for critical error checking that should never be turned off but could use the same output format as other asserts.