Skip to content

bring boost timers up to date following deadline_timer deprecation#65

Closed
willhoy wants to merge 1 commit intomainfrom
boost_timers_fix
Closed

bring boost timers up to date following deadline_timer deprecation#65
willhoy wants to merge 1 commit intomainfrom
boost_timers_fix

Conversation

@willhoy
Copy link
Contributor

@willhoy willhoy commented Oct 10, 2025

Problem statement

rmqio_asiotimer.h:42:47: error: no member named 'deadline_timer' in namespace 'boost::asio'
   42 | template <typename TIME        = boost::asio::deadline_timer::time_type,

Proposed changes

swap out deadline_timer for basic_waitable_timer with system clock, update test utils

@willhoy willhoy closed this Oct 27, 2025
@willhoy willhoy reopened this Oct 27, 2025
@willhoy willhoy closed this Oct 27, 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.

4 participants

Comments