Skip to content

Fixing a boost Version Related Bug#358

Open
khairy-mohamed wants to merge 2 commits intoipkn:masterfrom
khairy-mohamed:master
Open

Fixing a boost Version Related Bug#358
khairy-mohamed wants to merge 2 commits intoipkn:masterfrom
khairy-mohamed:master

Conversation

@khairy-mohamed
Copy link
Copy Markdown

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 : nghttp2/nghttp2@cbba1eb
and works with my , and i think to create a pull request to help if anyone get this error , thanks ..

get_io_service() is not a member of boost::asio::basic_stream_socket in the latest versions of boost . i found the solution here nghttp2/nghttp2@cbba1eb
@4e554c4c 4e554c4c mentioned this pull request Jan 10, 2020
@supersaiyanmode
Copy link
Copy Markdown

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

@The-EDev
Copy link
Copy Markdown

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

@supersaiyanmode
Copy link
Copy Markdown

That is exactly what I was doing. Thanks @The-EDev 👍

GerHobbelt pushed a commit to GerHobbelt/crow that referenced this pull request Mar 23, 2022
also added unit tests for ipkn#358
GerHobbelt pushed a commit to GerHobbelt/crow that referenced this pull request Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants