[asio-users] using std::bind instead of boost::bind gives compile time error by ASIO_HANDLER_TYPE_R
Brought to you by:
chris_kohlhoff
From: Dmitrij V <dm...@gm...> - 2018-09-15 08:18:00
|
Hi all. I want to use only asio + stl with c++17 standart (GCC-7.3.0) without any external dependensies (like boost etc)/ But by using std::bind I got error in compile time. Could anyone give me a patch for fix it ? -- thanks |