Update Number_types/include/CGAL/Sqrt_extension/Sqrt_extension_type.h

Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
Andreas Fabri 2023-03-16 13:43:46 +01:00 committed by GitHub
parent f734d9d762
commit f713d3f6be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -662,12 +662,6 @@ CGAL::Comparison_result
// NT
friend bool operator == (const Sqrt_extension& p, const NT& num)
{ return (p-num).is_zero();}
#if 0
friend bool operator < (const Sqrt_extension& p, const NT& num)
{ return ( p.compare(num) == CGAL::SMALLER ); }
friend bool operator > (const Sqrt_extension& p, const NT& num)
{ return ( p.compare(num) == CGAL::LARGER ); }
#endif
//CGAL_int(NT)
friend bool operator == (const Sqrt_extension& p, CGAL_int(NT) num)