diff --git a/src/event/TimerWheel.cxx b/src/event/TimerWheel.cxx index 98f5ad50a..f0d3dea4d 100644 --- a/src/event/TimerWheel.cxx +++ b/src/event/TimerWheel.cxx @@ -35,7 +35,14 @@ #include -TimerWheel::TimerWheel() noexcept = default; +TimerWheel::TimerWheel() noexcept +{ + /* cannot use "=default" due to bug in GCC9 and older + ("defaulted on its redeclaration with an + exception-specification that differs from the implicit + exception-specification") */ +} + TimerWheel::~TimerWheel() noexcept = default; void