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

[ROS-O] drop obsolete use of boost::bind and _1 #167

Open
wants to merge 2 commits into
base: ros1
Choose a base branch
from

Conversation

v4hn
Copy link

@v4hn v4hn commented Aug 20, 2024

Lambdas are preferred since c++11.
The transitively included use of _1 starts failing with a recently proposed change to adapt the boost-bind include API in ros_comm. ros-o/ros_comm#3

Lambdas are preferred since c++11.
The transitively included use of _1 starts failing with a recently
proposed change to adapt the boost-bind include API in ros_comm.
ros-o/ros_comm#3
default almost everywhere and log4cxx breaks without 17 support for
years.
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.

1 participant