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
There is no need to use the detail::array::get() with bounds checking as
it is guaranteed that we don't go out-of-bounds in this case, so just
use underlying storage directly to calculate the size.
This is also necessary because accessor::size() and buffer::size()
methods are noexcept by spec and their implementation use range::size();
0 commit comments