2
0
mirror of https://github.com/boostorg/asio.git synced 2026-01-22 05:02:08 +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

@@ -11,7 +11,7 @@
#include <iostream>
#include <boost/asio.hpp>
#include <boost/thread/thread.hpp>
#include <boost/bind.hpp>
#include <boost/bind/bind.hpp>
class printer
{