On 02/06/20 16:24 +0100, Jonathan Wakely wrote:
### Boost.Bind

Several packages failed to build because the Boost.Bind placeholders
_1, _2, _3 etc. are no longer in the global namespace. See the message
in <boost/bind.hpp>:

BOOST_PRAGMA_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."
)

This Boost.Bind issue affects:

bear-factory
domoticz
gazebo
hpx
liblas
luxcorerender
pdns
pdns-recursor
uhd
widelands

I believe in most cases this can be fixed by changing <boost/bind.hpp>
to <boost/bind/bind.hpp> and adding "using boost::placeholders::_1;"
somewhere.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to