2
0
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:
Christopher Kohlhoff
2020-04-08 17:49:45 +10:00
parent 17ad33715a
commit 2094aa8ca4
68 changed files with 233 additions and 224 deletions

View File

@@ -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)