- 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:
Laurent Rineau 2009-07-10 08:21:44 +00:00
parent 6f797c4b8e
commit fd76a2222d
1 changed files with 0 additions and 1 deletions

View File

@ -504,7 +504,6 @@ namespace CircularFunctors {
result_type
operator()(const T1& t1, const T2& t2) const
{ return CGALi::do_intersect(t1, t2, CK()); }
using CK::Linear_kernel::Do_intersect_2::operator();
};
template < class CK >