Re: [asio-users] using std::bind instead of boost::bind gives compile time error by ASIO_HANDLER_TY
Brought to you by:
chris_kohlhoff
From: Dmitrij V <dm...@gm...> - 2018-09-15 17:15:26
|
asio/detail/handler_type_requirements.hpp:104:6: error: fail static assertion: HandshakeHandler type requirements not met static_assert(expr, msg); asio/detail/handler_type_requirements.hpp:423:3: note: in expansion of macro «ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT» ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( \ |