ros / actionlib

Provides a standardized interface for interfacing with preemptable tasks. Examples of this include moving the base to a target location, performing a laser scan and returning the resulting point cloud, detecting the handle of a door, etc.
http://www.ros.org/wiki/actionlib
96 stars 155 forks source link

Remove usages of deprecated global Boost placeholders. #197

Closed lopsided98 closed 1 year ago

lopsided98 commented 2 years ago

Recent versions of Boost have deprecated the globally defined bind placeholders (_1, _2, ...) because they may conflict with the ones from std. Instead, they should be accessed from the boost::placeholders namespace.

mikepurvis commented 1 year ago

@mjcarroll This is a no-op change that's important for ongoing compatibility with rolling release distros. Can it be merged?

mjcarroll commented 1 year ago

Yep, just fell off my radar.