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
Error handling for very large size arrays and vectors
This reinstates and improves the error handling for very large
arrays and vectors with the limit of 1 << 30 (from old code).
This prevents exceptions in the cast which can occur for extremely
large values.
0 commit comments