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
This wasn't spotted until stage 3 of buildbots: having used `enum` to
define all those constants, you now can't subtract one of them from
another without provoking a warning about distinct integer types being
used together. static_casting them all back to size_t makes the
generic-abi-unstable build happy again.
0 commit comments