Use boost::exception rather than std::exception
craigminihan opened this issue · comments
The Boost exception system includes support for FILE, LINE, etc
Also review all exception pathways - specifically from Asio calls
A simple, easy to use C++ 11 based HTTP web server
Repository from Github https://github.comRipcordSoftware/libhttpserver
craigminihan opened this issue · comments
The Boost exception system includes support for FILE, LINE, etc
Also review all exception pathways - specifically from Asio calls