mirror of https://github.com/CGAL/cgal
�Add a comment
This commit is contained in:
parent
1cf0e677e5
commit
3cf2eba2df
|
|
@ -38,6 +38,8 @@ int main()
|
|||
{
|
||||
double d = std::numeric_limits<double>::denorm_min();
|
||||
double e = std::numeric_limits<double>::min();
|
||||
// Note : denorm_min == min is actually not necessarily a bug.
|
||||
// So a better test should be found.
|
||||
if (d == 0 || d == e)
|
||||
return 1;
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue