2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 17:12:22 +00:00

Fix deprecated usage of <boost/bind.hpp>

Replace <boost/bind.hpp> with <boost/bind/bind.hpp> and use namespace
boost::placeholders when necessary.
This commit is contained in:
TaWeiTu
2020-08-07 14:30:12 +08:00
committed by Stefan Seefeld
parent 209179fa09
commit aee2667407
6 changed files with 9 additions and 6 deletions

View File

@@ -21,7 +21,7 @@
#include <boost/python/detail/none.hpp>
#include <boost/mpl/vector/vector10.hpp>
#include <boost/bind.hpp>
#include <boost/bind/bind.hpp>
#include <algorithm>
#include <cstring>