Skip to content

0.9.76

Compare
Choose a tag to compare
@elect86 elect86 released this 13 Apr 12:44
· 14 commits to master since this release

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