Pattern: Ineffective call of string::substr()
Issue: -
Ineffective call of function string::substr()
because it returns a copy of the object. Use =
instead.
Pattern: Ineffective call of string::substr()
Issue: -
Ineffective call of function string::substr()
because it returns a copy of the object. Use =
instead.