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;
7027
Age (days ago)
7027
Last active (days ago)
1 comments
2 participants
participants (2)
-
Daniel James
-
沈慧峰