-
Notifications
You must be signed in to change notification settings - Fork 377
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
deprecated function get_io_service() is removed in asio 1.13.0 #370
Comments
Thanks for the notice, will roll out an updated build shortly. |
@ben-crowhurst Any progress? The function Related: #8880. |
We've upgraded the 4.7 branch to the latest 1.12.* release. Tackling ASIO 1.13.0 will require significant surgery and we're on track for 1.13.0 to be a major enchancement of the 4.8 release. |
@ben-crowhurst Thanks for reply, if this problem is fixed, please let me know. I will update restbed in vcpkg. Thanks. |
I'll let you know, thanks. |
I upped just yesterday to ASIO 1.16.1 aka latest and had to replace only 4 spots in restbed with what was already said above, all works fine |
The latest version not working with asio 1.18.0. |
Pushed dependency to 1.18.2 . |
Just wanted to give you a heads up that the 1.13.0 release of asio removes a few previously deprecated member functions that are used in restbed. See their release notes http://think-async.com/Asio/asio-1.13.0/doc/asio/history.html#asio.history.asio_1_13_0.
The text was updated successfully, but these errors were encountered: