mirror of https://github.com/CGAL/cgal
remove typedef shadowing template parameter
This commit is contained in:
parent
968aa6262d
commit
4cfe58ac02
|
|
@ -101,9 +101,7 @@ void hilbert_sort (RandomAccessIterator begin, RandomAccessIterator end,
|
|||
{
|
||||
typedef std::iterator_traits<RandomAccessIterator> ITraits;
|
||||
typedef typename ITraits::value_type value_type;
|
||||
typedef CGAL::Kernel_traits<value_type> KTraits;
|
||||
typedef typename KTraits::Kernel Kernel;
|
||||
|
||||
|
||||
internal::hilbert_sort(begin, end, k, Hilbert_sort_median_policy(),
|
||||
static_cast<value_type *> (0));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue