@@ -68,6 +68,10 @@ public:
int get_tag() {
return tag;
}
bool operator==(Point p) {
return *x == *p.x && *y == *p.y;
};
using VEC_P = std::vector<Point>;
The note is not visible to the blocked user.