mirror of https://github.com/CGAL/cgal
prefixed ptrdiff_t with std::
This commit is contained in:
parent
9384483d6b
commit
b40a7f979a
|
|
@ -1796,8 +1796,8 @@ Alpha_shape_3<Dt>::find_optimal_alpha(const int& nb_components)
|
|||
Alpha_iterator last = alpha_end();
|
||||
Alpha_iterator middle;
|
||||
|
||||
ptrdiff_t len = last - first - 1;
|
||||
ptrdiff_t half;
|
||||
std::ptrdiff_t len = last - first - 1;
|
||||
std::ptrdiff_t half;
|
||||
|
||||
while (len > 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue