fetch_ros icon indicating copy to clipboard operation
fetch_ros copied to clipboard

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

Open v4hn opened this issue 1 year ago • 0 comments

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. https://github.com/ros-o/ros_comm/pull/3

v4hn avatar Aug 20 '24 22:08 v4hn