From f6ebf5e5f73abb3df511809fcfdd99bbc5f51e79 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 13 Oct 2008 13:46:35 +0000 Subject: [PATCH] Suppress VC warning --- Number_types/include/CGAL/GMP/Gmpq_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Number_types/include/CGAL/GMP/Gmpq_type.h b/Number_types/include/CGAL/GMP/Gmpq_type.h index 1680311e1bb..4411d8aea6c 100644 --- a/Number_types/include/CGAL/GMP/Gmpq_type.h +++ b/Number_types/include/CGAL/GMP/Gmpq_type.h @@ -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