mirror of https://github.com/CGAL/cgal
- Remove "using CK::Linear_kernel::Do_intersect_2::operator()" in
CircularFunctor::Do_intersect_2 because CK::Linear_kernel::Do_intersect_2::operator() and CircularFunctor::Do_intersect_2 have exactly the same signature! The Intel compiler is right to say there is an ambiguity in the matching.
This commit is contained in:
parent
6f797c4b8e
commit
fd76a2222d
|
|
@ -504,7 +504,6 @@ namespace CircularFunctors {
|
||||||
result_type
|
result_type
|
||||||
operator()(const T1& t1, const T2& t2) const
|
operator()(const T1& t1, const T2& t2) const
|
||||||
{ return CGALi::do_intersect(t1, t2, CK()); }
|
{ return CGALi::do_intersect(t1, t2, CK()); }
|
||||||
using CK::Linear_kernel::Do_intersect_2::operator();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
template < class CK >
|
template < class CK >
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue