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