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
The const qualifier on the return type of those member functions is unnecessary since the return type is already a rvalue. I can help remove all of them. What's your opinion?
For example:
The const qualifier on the return type of those member functions is unnecessary since the return type is already a rvalue. I can help remove all of them. What's your opinion?