compare Tasks directly, not their properties
This commit is contained in:
committed by
Tomas Babej
parent
ac24ec1387
commit
e768e2c100
@@ -62,6 +62,7 @@ public:
|
||||
public:
|
||||
Task () = default;
|
||||
bool operator== (const Task&);
|
||||
bool operator!= (const Task&);
|
||||
Task (const std::string&);
|
||||
Task (const json::object*);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user