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

Replace deprecated boost::asio::io_service with boost::asio::io_context #1005

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

Conversation

andistorm
Copy link
Contributor

@andistorm andistorm commented Mar 6, 2025

Describe your changes

boost::asio::io_service and boost::asio::io_service::work is removed in boost version 1.78.
Replace with boost::asio::io_context and executor_work_guard<boost::asio::io_context::executor_type>

Issue ticket number and link

Closes EVerest/everest-core#1072

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have made corresponding changes to the documentation
  • If OCPP 2.0.1 or OCPP2.1: I have updated the OCPP 2.x status document
  • I read the contribution documentation and made sure that my changes meet its requirements

Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
@andistorm
Copy link
Contributor Author

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.

Does not compile with boost library 1.87.0
2 participants