mirror of
https://github.com/boostorg/asio.git
synced 2026-01-21 04:42:11 +00:00
Use boost.bind placeholders from boost::placeholders namespace.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/bind/bind.hpp>
|
||||
|
||||
void print(const boost::system::error_code& /*e*/,
|
||||
boost::asio::steady_timer* t, int* count)
|
||||
|
||||
Reference in New Issue
Block a user