
28 Jun
2006
28 Jun
'06
3:29 p.m.
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.