ros-controls / ros_controllers

Generic robotic controllers to accompany ros_control
http://wiki.ros.org/ros_control
BSD 3-Clause "New" or "Revised" License
547 stars 524 forks source link

use boost::placeholders::_1/_2 in remaining instances #595

Closed lucasw closed 2 years ago

lucasw commented 2 years ago

Also include boost/bind/bind.hpp instead of boost/bind.hpp, eliminated unnecessary bind.hpp include. Follows #588

bmagyar commented 2 years ago

How about removing boost bind altogether?