Suppress VC warning

This commit is contained in:
Andreas Fabri 2008-10-13 13:46:35 +00:00
parent b064019f3d
commit f6ebf5e5f7
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ public:
inline
bool
operator==(const Gmpq &a, const Gmpq &b)
{ return mpq_equal(a.mpq(), b.mpq()); }
{ return mpq_equal(a.mpq(), b.mpq()) != 0; }
inline
bool