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
The index may be omitted when actually passing an array. In the case at hand we did try to pass a raw pointer, though. This overload does not exist. #4085 switches to using a range-based overload.
In most cases it doesn't matter much but when there is a lone
load_be(array, 0)
it would be nicer if we could omit the index.#4056 (comment)
@reneme can you take a look?
The text was updated successfully, but these errors were encountered: