You need to sign in or sign up before continuing.
bugprone-assert-side-effect.rst 629 Bytes

bugprone-assert-side-effect

Finds assert() with side effect.

The condition of assert() is evaluated only in debug builds so a condition with side effect can cause different behavior in debug / release builds.

Options