mirror of https://github.com/CGAL/cgal
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:
parent
f734d9d762
commit
f713d3f6be
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue