$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2006-07-04 10:06:58
"Peter Dimov" <pdimov_at_[hidden]> wrote in message
news:006901c69ac7$b2e35490$6407a8c0_at_pdimov2...
> Christopher Kohlhoff wrote:
>
>> ec == boost::asio::error::connection_reset
>
> With this design, it is very likely that you (or your users) will also
> need
>
> bool operator<( error_code, error_code );
>
> and
>
> size_t hash_value( error_code );
>
> in order to create a map keyed on error_code that contains the asio
> predefined values.
Yes. I'll add those functions.
Thanks,
--Beman