3 #include <boost/system/error_code.hpp>
4 #include <boost/system/system_error.hpp>
6 #define SYSTEM_ERROR_NAMESPACE boost::system
10 namespace errc = boost::system::errc;
11 using boost::system::error_code;
12 using boost::system::error_condition;
13 using boost::system::error_category;
14 using boost::system::system_category;
15 using boost::system::system_error;
networking
Definition: error_code.hpp:8