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
Removed generic operators plus and minus from base Ptr class
Added all the operators (plus, minus, inc, dec) on the corresponding primitive pointer in order to have pointer arithmetic (via mangling for avoiding signature clashing)
Custom pointers must have their own operator to properly operate