async_comm
async_comm copied to clipboard
Satisfy a boost pragma message regarding boost bind placeholders
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.