xo-reactor: bugfix: track ns change xo::ref::rp -> xo::rp

This commit is contained in:
Roland Conybeare 2024-09-14 13:48:03 -05:00
commit aa40c8ac75
14 changed files with 20 additions and 26 deletions

View file

@ -20,10 +20,10 @@ namespace xo {
};
template <typename T>
class EventTimeFn<xo::ref::rp<T>> {
class EventTimeFn<xo::rp<T>> {
public:
using utc_nanos = xo::time::utc_nanos;
using event_t = xo::ref::rp<T>;
using event_t = xo::rp<T>;
public:
static utc_nanos event_tm(event_t const & ev) { return ev->tm(); }