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
We have request from our user to extend file::from_buffer(data, flags) to const data types.
It can be only done if flags is not READWRITE or not DONT_COPY
We have request from our user to extend
file::from_buffer(data, flags)to const data types.It can be only done if
flagsis notREADWRITEor notDONT_COPY