2
0
mirror of https://github.com/boostorg/asio.git synced 2026-01-26 06:12: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

@@ -12,7 +12,7 @@
#include <iostream>
#include <boost/aligned_storage.hpp>
#include <boost/array.hpp>
#include <boost/bind.hpp>
#include <boost/bind/bind.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>