Skip to content

Commit

Permalink
Fix message about deprecated placeholders
Browse files Browse the repository at this point in the history
Include `boost/bind/bind.hpp` instead of `boost/bind.hpp` to get rid of
the message about deprecated placeholders
  • Loading branch information
ChristophStrehle committed Jun 10, 2024
1 parent d33d29c commit 8bf2489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cfg/boost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <boost/config.hpp>
#include <boost/math/special_functions/round.hpp>
#include <boost/endian/conversion.hpp>
#include <boost/bind.hpp>
#include <boost/bind/bind.hpp>
#include <boost/function.hpp>
#include <boost/smart_ptr/scoped_array.hpp>
#include <boost/thread/mutex.hpp>
Expand Down

0 comments on commit 8bf2489

Please sign in to comment.