File cmb_assert.h
↰ Parent directory (include)
Custom replacement for assert.h.
Definition (include/cmb_assert.h)
Detailed Description
Provides more detailed error messages than the standard assert, and distinguishes between debug asserts (like assert.h) and release asserts that remain if NDEBUG is defined but go away if NASSERT is defined.