Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This noncompliant code is attempting to delete all the null names from the list in an assertion. However, the boolean expression is not evaluated when assertions are disabled.

...

Side effects in assertions results result in program behavior that depends on whether assertions are enabled or disabled.

...