crow
crow copied to clipboard
Fixing a boost Version Related Bug
when using the library with boost >= 1.7 it gaves : class boost::asio::basic_stream_socket has no member get_io_service so i searched the error , the problem is in newer version of boost i.e. boost >=1.7 the get_io_service is not a member of the basic_stream_socket anymore , i tried this solution i found here : https://github.com/nghttp2/nghttp2/pull/1335/commits/cbba1ebf8fcecb24392f0cc07b1235b17d0de9d8 and works with my , and i think to create a pull request to help if anyone get this error , thanks ..
@ipkn I have this exact same issue. Can we please get this merged soon?
@supersaiyanmode this repository is unmaintained (has been for 3 years), this fix has been added to this fork along with many more fixes and features.
That is exactly what I was doing. Thanks @The-EDev :+1: