mirror of https://github.com/CGAL/cgal
Fix for Windows 'min/max' bug
This commit is contained in:
parent
0d56ed88dc
commit
a3d7c19dbe
|
|
@ -1220,7 +1220,7 @@ int main( int argc, char const* argv[] )
|
|||
}
|
||||
else
|
||||
{
|
||||
sOffsetCount = std::numeric_limits<size_t>::max() ;
|
||||
sOffsetCount = (std::numeric_limits<size_t>::max)() ;
|
||||
cout << "Repeared Offset set at " << sOffset << " until full depth" << endl ;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue