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
When compiling for 64bit Windows, size_t and unsigned int are of
different size, leading cl.exe to warning C4267:
conversion from 'size_t' to 'unsigned int', possible loss of data
0 commit comments