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
{{ message }}
This repository was archived by the owner on Apr 13, 2022. It is now read-only.
The map_err assumes that all platforms returns -1 to indicate error this is true in many cases but not always for example using the Windows Console API
However, there is problem as long as we only support Linux AFAIK
The
map_errassumes that all platforms returns-1to indicate error this is true in many cases but not always for example using the Windows Console APIHowever, there is problem as long as we only support
LinuxAFAIK