$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2006-06-28 11:29:49
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.