ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.46k stars 889 forks source link

Fixing a boost Version Related Bug #358

Open khairy-mohamed opened 4 years ago

khairy-mohamed commented 4 years ago

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

supersaiyanmode commented 3 years ago

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

The-EDev commented 3 years ago

@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 commented 3 years ago

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