Re: [HEADS UP] F33 Boost 1.73.0 rebuilds starting in a side tag

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxx




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Users]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux