Skip to content

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