*** empty log message ***

This commit is contained in:
David Rose 2000-10-27 17:51:33 +00:00
parent b93a6985dc
commit b8daa04c88

View File

@ -162,7 +162,7 @@ public:
return _v.almost_equal(other._v, nearly_zero);
}
bool operator != (const BuilderC &other) const {
return !(*this == other);
return !operator == (other);
}
bool operator < (const BuilderC &other) const {
return (_v.compare_to(other._v) < 0);