Boost logo

Boost Users :

From: Éò»Û·å (useradd_at_[hidden])
Date: 2005-08-20 10:13:18


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;


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net