So I assume if you compiled as 64bit this will work then?
Yes, because `unsigned(begin - end)` will yield a ulong regardless, but size_t will then be a ulong as well.
So I assume if you compiled as 64bit this will work then?
Yes, because `unsigned(begin - end)` will yield a ulong regardless, but size_t will then be a ulong as well.