[ox/event] Add variant of Signal that uses exceptions
This commit is contained in:
3
deps/ox/src/ox/event/signal.cpp
vendored
3
deps/ox/src/ox/event/signal.cpp
vendored
@ -10,6 +10,9 @@
|
||||
|
||||
namespace ox {
|
||||
|
||||
#ifndef OX_OS_BareMetal
|
||||
template class Signal<const SignalHandler*>;
|
||||
#endif
|
||||
template class Signal<Error(const SignalHandler*)>;
|
||||
|
||||
SignalHandler::~SignalHandler() noexcept {
|
||||
|
Reference in New Issue
Block a user