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
Fix rolling CI: deprecated subscription callback and -fcoroutines
- Use std::shared_ptr<const MsgT> for subscription callbacks (rolling
deprecated the non-const SharedPtr overload)
- Only pass -fcoroutines for GCC; Clang enables coroutines by default
and warns on the unused flag during clang-tidy
0 commit comments