Skip to content

Conversation

TaWeiTu
Copy link
Contributor

@TaWeiTu TaWeiTu commented Aug 7, 2020

Using <boost/bind.hpp> without BOOST_BIND_GLOBAL_PLACEHOLDERS is deprecated.
This patch replaces the usage of <boost/bind.hpp> with <boost/bind/bind.hpp> and inserts
using namespace boost::placeholders when necessary.

Replace <boost/bind.hpp> with <boost/bind/bind.hpp> and use namespace
boost::placeholders when necessary.
ajoubertza added a commit to tango-controls/pytango that referenced this pull request Aug 31, 2020
A warning was added in boost v1.73.0.  There is a
(PR)[boostorg/python#315] intending to
update boost-python accordingly, but in the meantime, use a define
to disable the warnings.
ajoubertza added a commit to tango-controls/pytango that referenced this pull request Sep 4, 2020
A warning was added in boost v1.73.0.  There is a
(PR)[boostorg/python#315] intending to
update boost-python accordingly, but in the meantime, use a define
to disable the warnings.
nim65s added a commit to nim65s/eigenpy that referenced this pull request Dec 14, 2020
Boost 1.73 added a boring warning about deprecated use of boost bind,
which is still used by boost python.

As of Boost 1.75, this is still not fixed:
boostorg/python#296
boostorg/python#315
nim65s added a commit to nim65s/eigenpy that referenced this pull request Dec 14, 2020
Boost 1.73 added a boring warning about deprecated use of boost bind,
which is still used by boost python.

As of Boost 1.75, this is still not fixed:
boostorg/python#296
boostorg/python#315
nim65s added a commit to nim65s/crocoddyl that referenced this pull request Feb 2, 2021
Boost 1.73 added a boring warning about deprecated use of boost bind,
which is still used by boost python.

As of Boost 1.75, this is still not fixed:
boostorg/python#296
boostorg/python#315
nim65s added a commit to nim65s/tsid that referenced this pull request Mar 10, 2021
Boost 1.73 added a boring warning about deprecated use of boost bind,
which is still used by boost python.

As of Boost 1.75, this is still not fixed:
boostorg/python#296
boostorg/python#315

ref. stack-of-tasks/eigenpy#216
nim65s added a commit to stack-of-tasks/sot-dynamic-pinocchio that referenced this pull request Mar 12, 2021
Boost 1.73 added a boring warning about deprecated use of boost bind,
which is still used by boost python.

As of Boost 1.75, this is still not fixed:
boostorg/python#296
boostorg/python#315

ref stack-of-tasks/eigenpy#216
@stefanseefeld stefanseefeld merged commit aee2667 into boostorg:develop Jun 9, 2021
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

Successfully merging this pull request may close these issues.

2 participants