some bug in hash library of boost 1.33

20 Aug
2005
20 Aug
'05
3:13 p.m.
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;
7263
Age (days ago)
7263
Last active (days ago)
6 comments
3 participants
participants (3)
-
Daniel James
-
沈慧峰