uh the fucking tests are fucking compiling :sigh: ♿ fuck itgit add *git add *git add *git add *git add *
This commit is contained in:
@@ -21,7 +21,10 @@ class Event
|
||||
public:
|
||||
Event(char address, char priority, std::string name);
|
||||
bool operator==(const Event& other);
|
||||
friend bool operator<(const Event& left, const Event& right);
|
||||
friend bool operator<(const Event& left, const Event& right)
|
||||
{
|
||||
return left.priority < right.priority;
|
||||
}
|
||||
|
||||
private:
|
||||
char address;
|
||||
|
||||
Reference in New Issue
Block a user