7e4dd3e49d4c9fe3f966d76005bafaf0a2b575e1
Unlike Posix, Windows handles HANDLE (file, pipe) and SOCKET descriptors differently. It uses different close(), different errno... So sys_object was not usable for socket without templating operations to a traits class. Signed-off-by: Simon Rozman <simon@rozman.si>
Languages
C++
100%