diff --git a/include/sgnl/AtomicCondition.h b/include/sgnl/AtomicCondition.h index 80ed484..b4b9943 100644 --- a/include/sgnl/AtomicCondition.h +++ b/include/sgnl/AtomicCondition.h @@ -42,7 +42,7 @@ public: this->condvar_.notify_all(); } - template + template void wait_for(const std::chrono::duration& time, ValueType val) const { @@ -53,7 +53,7 @@ public: return; } - template + template void wait_for(const std::chrono::duration& time, Predicate pred) const {