Skip to content
Snippets Groups Projects
Commit 976bc9e1 authored by Julien Michel's avatar Julien Michel
Browse files

erreur compilation windows

parent 3c6bfc54
Branches
Tags
No related merge requests found
......@@ -102,7 +102,7 @@ bool
EuclideanDistanceWithMissingValue< TVector >
::IsMissingValue ( const ValueType & v)
{
return static_cast<bool>( _isnan( const_cast<double>( v ) ) );
return static_cast<bool>( _isnan( static_cast<double>( v ) ) );
}
#elif HAVE_IEEE_COMPARISONS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment