0.9.76
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