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
Fix x86 truncation warning in offset_range.pass.cpp.
offset_range.pass.cpp(49): warning C4244: 'initializing': conversion from 'const _Ty' to 'size_t', possible loss of data
std::min() is returning std::streamoff, which was being unnecessarily narrowed to std::size_t.
0 commit comments