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
An (unplanned) future major release gives a chance for breaking changes to the library API. This issue captures the list of ideas to be considered.
Sizes in the library API should be size_t - we've had a few problems with 32-bit overflows, so using size_t everywhere removes one class of problems (but not all of them).
An (unplanned) future major release gives a chance for breaking changes to the library API. This issue captures the list of ideas to be considered.
size_t- we've had a few problems with 32-bit overflows, so usingsize_teverywhere removes one class of problems (but not all of them).