Define cmb_assert_always

Define Documentation

cmb_assert_always(x)

Like cmb_assert_debug(), but remains in code also if NDEBUG and NASSERT are defined. Typically used for critical error checking that should never be turned off but could use the same output format as other asserts.