Hacker News new | ask | show | jobs
by icedchai 3463 days ago
On a 64-bit platform (anything modern), ptrdiff_t is going to be 64-bit so this will not be an issue (ok, 63-bit... but you get my point.)
1 comments

In this context, the difference between 63 bits and 64 bits is not trivial.
Both are bigger than the x64 address space...