
4 Jul
2006
4 Jul
'06
2:06 p.m.
"Peter Dimov" <pdimov@mmltd.net> wrote in message news:006901c69ac7$b2e35490$6407a8c0@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