Boost logo

Boost :

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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk