Skip to content

Migrate to boost::asio::io_context #210

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

Merged

Conversation

christian-heusel
Copy link
Contributor

@christian-heusel christian-heusel commented Jan 21, 2025

The code previously used the deprecated (and with boost 1.87.0 removed)
boost::asio::io_service, which used to be an alias to io_context.
The new version heavily changes the io_context API and therefore is no
the old interface was removed.

Fixes #208

Please test and review carefully, my only tests were with poedit and that it compiles ...

The code previously used the deprecated (and with bost 1.87.0 removed)
`boost::asio::io_service`, which used to be an alias to `io_context`.
The new version heavily changes the `io_context` API and therefore is no
the old interface was removed.

Fixes luceneplusplus#208

Signed-off-by: Christian Heusel <[email protected]>
@alanw alanw merged commit c73fab5 into luceneplusplus:master Jan 21, 2025
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.

Fails to build with boost >= 1.87
2 participants