Skip to content

Commit adb2260

Browse files
Fix message about deprecated placeholders (#6504)
Include `boost/bind/bind.hpp` instead of `boost/bind.hpp` to get rid of the message about deprecated placeholders
1 parent 06889a3 commit adb2260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/cfg/boost.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include <boost/config.hpp>
1313
#include <boost/math/special_functions/round.hpp>
1414
#include <boost/endian/conversion.hpp>
15-
#include <boost/bind.hpp>
15+
#include <boost/bind/bind.hpp>
1616
#include <boost/function.hpp>
1717
#include <boost/smart_ptr/scoped_array.hpp>
1818
#include <boost/thread/mutex.hpp>

0 commit comments

Comments
 (0)