Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing a boost Version Related Bug #358

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

khairy-mohamed
Copy link

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

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

@The-EDev
Copy link

@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

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants