Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#include <boost/bind.hpp> is used instead of <boost/bind/bind.hpp> causing deprecation warning #21

Open
vbaderks opened this issue May 23, 2022 · 0 comments

Comments

@vbaderks
Copy link

The header files: fifo_worker.hpp and processor_container.hpp include <boost/bind.hpp> instead of <boost/bind/bind.hpp>

During complication this causes the following warning:

message : The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.

Remark: using <boost/bind/bind.hpp> may be a breaking change for projects that rely implicit on the fact that <boost/bind.hpp> is used at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant