j
k
j a
j l
沈慧峰 wrote:
example points.cpp has a big bug leads to can not compile line 23 error : return x = other.x && y == other.y; The correct code must be : return x == other.x && y == other.y;
Thanks, it'll be fixed in 1.33.1. Daniel
Back to the thread
Back to the list