You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previously deprecated get_io_context and get_io_service member functions have now been removed.
The previously deprecated service template parameters, and the corresponding classes, have now been removed.
Added a new async_result form with an initiate static member function.
Looks like .get_executor().context() should be used instead, and most usages of io_service should become io_context.
Are you claiming that serial_port does not conforms to the current ( 1.73 ) boost asio and from versions roughly 2 yrs ago according to the following issue:
get_io_service deprecated and then removed in boost 1.70
rstudio/rstudio#4636
https://stackoverflow.com/questions/56327920/how-to-get-the-io-context-from-a-strand-in-boost-1-68
The text was updated successfully, but these errors were encountered: