web_video_server icon indicating copy to clipboard operation
web_video_server copied to clipboard

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

Open lucasw opened this issue 3 years ago • 0 comments

Public API Changes

None

Description

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

lucasw avatar May 15 '22 17:05 lucasw