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
Is your feature request related to a problem? Please describe.
I think this was introduced when 32bit to 64bit processor transition happened. I don't really think it is good to keep.
In most cases, int is sufficient for indexing. In cases that 64 bit int is needed, we should explicitly use size_t I assume.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I think this was introduced when 32bit to 64bit processor transition happened. I don't really think it is good to keep.
In most cases,
int
is sufficient for indexing. In cases that 64 bit int is needed, we should explicitly usesize_t
I assume.The text was updated successfully, but these errors were encountered: