Update to LibConf system, added loading of dynamic libraries (only Linux for now) and some more fixes.

This commit is contained in:
2023-05-31 23:41:22 +02:00
parent da781b87f2
commit 920e83d4da
7 changed files with 106 additions and 52 deletions

View File

@@ -110,7 +110,7 @@ inline void Signal<TArgs...>::emit(TArgs&&... args) noexcept
// invoke all handlers
for (RegisteredHandler& handler : handlers_)
{
handler.callable(forward<TArgs>(args)...);
handler.callable(std::forward<TArgs>(args)...);
}
// remove any oneshot