mirror of https://github.com/CGAL/cgal
we need to support all types of objects
This commit is contained in:
parent
fdd7c17ec1
commit
29e6836e9c
|
|
@ -272,7 +272,8 @@ namespace internal
|
||||||
template <class NT>
|
template <class NT>
|
||||||
struct Evaluate
|
struct Evaluate
|
||||||
{
|
{
|
||||||
void operator()(const NT&)
|
template <class T>
|
||||||
|
void operator()(const T&)
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
} // internal namespace
|
} // internal namespace
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue