mirror of https://github.com/CGAL/cgal
Fix warnings
This commit is contained in:
parent
65519c0f63
commit
f4ab5af7e6
|
|
@ -184,7 +184,7 @@ int main ()
|
||||||
assert(msC.number_of_support_points() == msH.number_of_support_points());
|
assert(msC.number_of_support_points() == msH.number_of_support_points());
|
||||||
|
|
||||||
// points_begin, points_end
|
// points_begin, points_end
|
||||||
int m;
|
std::ptrdiff_t m;
|
||||||
m = std::distance (msC.points_begin(), msC.points_end());
|
m = std::distance (msC.points_begin(), msC.points_end());
|
||||||
assert(m == n);
|
assert(m == n);
|
||||||
m = std::distance (msH.points_begin(), msH.points_end());
|
m = std::distance (msH.points_begin(), msH.points_end());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue