mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 06:33:42 +00:00
[traffic] Refactor IsoTime comparison operators
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -74,8 +74,8 @@ public:
|
||||
*/
|
||||
bool IsPast();
|
||||
|
||||
friend bool operator< (IsoTime lhs, IsoTime rhs);
|
||||
friend bool operator> (IsoTime lhs, IsoTime rhs);
|
||||
bool operator< (IsoTime & rhs);
|
||||
bool operator> (IsoTime & rhs);
|
||||
private:
|
||||
friend std::string DebugPrint(IsoTime time);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user