system/PeriodClock: make IsDefined() "constexpr"
This commit is contained in:
parent
327a8e6c59
commit
980187f856
@ -63,7 +63,7 @@ protected:
|
|||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
bool IsDefined() const {
|
constexpr bool IsDefined() const {
|
||||||
return last != 0;
|
return last != 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user