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
Having this operator non-const is awkward as operator* is const. This
sometimes leads to writing:
(*obj).data; instead of obj->data;
which is unexpected....
0 commit comments