crow icon indicating copy to clipboard operation
crow copied to clipboard

Fixing a boost Version Related Bug

Open khairy-mohamed opened this issue 5 years ago • 3 comments

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 ..

khairy-mohamed avatar Jan 04 '20 11:01 khairy-mohamed

@ipkn I have this exact same issue. Can we please get this merged soon?

supersaiyanmode avatar Nov 18 '20 15:11 supersaiyanmode

@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.

The-EDev avatar Nov 18 '20 15:11 The-EDev

That is exactly what I was doing. Thanks @The-EDev :+1:

supersaiyanmode avatar Nov 18 '20 15:11 supersaiyanmode