### Affected rules - `A4-7-1` ### Description `/=` is incorrectly reported as causing data loss regardless of the arguments involved. ### Example ```cpp i /= 2; ```
Affected rules
A4-7-1Description
/=is incorrectly reported as causing data loss regardless of the arguments involved.Example
i /= 2;