I have several assert(condition, \"message\") statements in my project.
assert(condition, \"message\")
They are used to check invariant conditions during development. I thought t