prefixed ptrdiff_t with std::

This commit is contained in:
Andreas Fabri 2002-02-01 10:12:12 +00:00
parent 9384483d6b
commit b40a7f979a
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{