$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel James (daniel_at_[hidden])
Date: 2005-08-20 15:27:49
Éò»Û·å 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