0_0_10856700_22633.cpp: In member function `Point Point::operator-(const Point&) const':
0_0_10856700_22633.cpp:15: error: subobject of type `Point' must be initialized by constructor, not by `{(((double)((const Point*)this)->Point::x) - ((double)B->Point::x)), (((double)((const Point*)this)->Point::y) - ((double)B->Point::y))}'
0_0_10856700_22633.cpp: In member function `Point Point::operator+(const Point&) const':
0_0_10856700_22633.cpp:19: error: subobject of type `Point' must be initialized by constructor, not by `{(((double)((const Point*)this)->Point::x) + ((double)B->Point::x)), (((double)((const Point*)this)->Point::y) + ((double)B->Point::y))}'
0_0_10856700_22633.cpp: In member function `Point Point::operator*(const double&) const':
0_0_10856700_22633.cpp:27: error: subobject of type `Point' must be initialized by constructor, not by `{(((double)((const Point*)this)->Point::x) * ((double)B)), (((double)((const Point*)this)->Point::y) * ((double)B))}'
|