Should not use `assert` with expressions with side-effect; ref #4981
`assert()` can be completely removed when `NDEBUG` is set.
Showing
Please register or sign in to comment
`assert()` can be completely removed when `NDEBUG` is set.