diff --git a/include/react/detail/EventBase.h b/include/react/detail/EventBase.h index 583651aa..4d5b9286 100644 --- a/include/react/detail/EventBase.h +++ b/include/react/detail/EventBase.h @@ -33,6 +33,7 @@ class EventStreamBase : public CopyableReactive> EventStreamBase() = default; EventStreamBase(const EventStreamBase&) = default; + // ÓÒÖµÒýÓÃ template EventStreamBase(T&& t) : EventStreamBase::CopyableReactive( std::forward(t) )