You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Post-increment and post-decrement operators are required by the standard to have a dummy int parameter, and so should not be reasonably flagged by this rule.
Affected rules
A3-9-1Description
Post-increment and post-decrement operators are required by the standard to have a dummy
intparameter, and so should not be reasonably flagged by this rule.Example