async_comm icon indicating copy to clipboard operation
async_comm copied to clipboard

Satisfy a boost pragma message regarding boost bind placeholders

Open thomas-at-rock7 opened this issue 4 years ago • 0 comments

This PR updates comm.cpp bind header to boost/bind/bind.hpp. This resolves a pragma message from boost when compiling. The async-comm library didn't bring the namespace boost::placeholders into the global namespace as result further changes were not required.

Refer here for more information.

thomas-at-rock7 avatar Jan 18 '22 14:01 thomas-at-rock7