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
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue