We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacf957 commit dc5a95cCopy full SHA for dc5a95c
1 file changed
src/utki/signal.hpp
@@ -55,7 +55,8 @@ class signal
55
public:
56
~signal()
57
{
58
- ASSERT(this->empty())
+ using namespace std::string_view_literals;
59
+ utki::logcat_debug("utki::signal::~signal(): not empty: "sv, this->size(), " callbacks connected"sv);
60
}
61
62
/**
0 commit comments