mirror of https://github.com/CGAL/cgal
Suppress VC warning
This commit is contained in:
parent
b064019f3d
commit
f6ebf5e5f7
|
|
@ -181,7 +181,7 @@ public:
|
||||||
inline
|
inline
|
||||||
bool
|
bool
|
||||||
operator==(const Gmpq &a, const Gmpq &b)
|
operator==(const Gmpq &a, const Gmpq &b)
|
||||||
{ return mpq_equal(a.mpq(), b.mpq()); }
|
{ return mpq_equal(a.mpq(), b.mpq()) != 0; }
|
||||||
|
|
||||||
inline
|
inline
|
||||||
bool
|
bool
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue