
26 Jun
2006
26 Jun
'06
1:47 p.m.
And there's also the error EAI_SYSTEM, which means that the actual error value is to be found in errno instead.
I was also thinking about that - something about re-assign?!
There's also the problem of the error asio::error::eof, which corresponds to a real error on Windows, but is synthesised on POSIX platforms.
What about adding EEOF -1 (or so) inside error_code.hpp and apply a switch-statement inside system_message? regards, Oliver