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
When a class returns a reference to a dereferenced pointer, if the
pointer does not point to a const object, returning that pointer as a
const has no effect. Removed the unused const which was causing
warnings.
0 commit comments