Boost error codes reference

Viewed 60415

Does anyone know where to find a reference for boost error codes. In particular, error codes returned by asynchronous socket handlers?, Google and grepping the header files have tuned up empty.

4 Answers

there is no file "boost/asio/errors.hpp" but you shoud add "boost/asio/error.hpp" in include file

Related