mirror of
https://github.com/boostorg/asio.git
synced 2026-01-26 06:12:08 +00:00
Change error handling to match TR2 proposal.
[SVN r35911]
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
|
||||
void print(const boost::asio::error& /*e*/,
|
||||
void print(const boost::system::error_code& /*e*/,
|
||||
boost::asio::deadline_timer* t, int* count)
|
||||
{
|
||||
if (*count < 5)
|
||||
|
||||
Reference in New Issue
Block a user