We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54cd5f7 commit 7bbc224Copy full SHA for 7bbc224
iceoryx_posh/source/popo/listener.cpp
@@ -102,7 +102,7 @@ bool Event_t::isInitialized() const noexcept
102
{
103
return m_origin != nullptr && m_eventId != INVALID_ID && m_eventType != INVALID_ID && m_eventTypeHash != INVALID_ID
104
&& m_callback != nullptr && m_translationCallback != nullptr
105
- && m_invalidationCallback != cxx::function<void(uint64_t)>();
+ && m_invalidationCallback;
106
}
107
} // namespace internal
108
0 commit comments