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