diff --git a/include/sgnl/AtomicCondition.h b/include/sgnl/AtomicCondition.h index d4f2687..a306dd6 100644 --- a/include/sgnl/AtomicCondition.h +++ b/include/sgnl/AtomicCondition.h @@ -47,7 +47,7 @@ public: return; } - void notify_all() + void notify_all() noexcept { this->condvar_.notify_all(); }