RobotWebTools / web_video_server

HTTP Streaming of ROS Image Topics in Multiple Formats
http://ros.org/wiki/web_video_server
Other
269 stars 187 forks source link

use boost::placeholders::_N instead of deprecated _N #128

Open lucasw opened 2 years ago

lucasw commented 2 years ago

Public API Changes

None

Description

Use boost::placeholders::_N instead of deprecated global namespace _N to avoid deprecation warning.