Andre Poenitz wrote:
Using operator==() in that case is misleading as we suddenly have situations with a == b, b == c, and a != c.For fuzzy comparison, a named function should be used.
Agreed. I wasn't very happy with it, too. I will fix it in the next commit. Michael