mirror of https://github.com/CGAL/cgal
Removed the general operator in Equal_2
This commit is contained in:
parent
ff5273053a
commit
02497d2b97
|
|
@ -1473,12 +1473,6 @@ namespace CommonKernelFunctors {
|
|||
typedef typename K::Bool result_type;
|
||||
typedef Arity_tag< 2 > Arity;
|
||||
|
||||
// template to replace n different versions
|
||||
template <typename T>
|
||||
result_type
|
||||
operator()(const T& p, const T& q) const
|
||||
{ return p == q; }
|
||||
|
||||
result_type
|
||||
operator()(const Point_2 &p, const Point_2 &q) const
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue