$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Oliver.Kowalke_at_[hidden]
Date: 2006-06-26 09:47:28
> 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