mirror of https://github.com/CGAL/cgal
Removed To_double as this functor is now part of the kernel
This commit is contained in:
parent
9511c599b4
commit
77cf4a2f26
|
|
@ -44,11 +44,6 @@ class QP_solver;
|
|||
|
||||
// Class interface
|
||||
// ===============
|
||||
struct To_double {
|
||||
template < class NT >
|
||||
double operator () ( const NT& x) { return CGAL::to_double( x); }
|
||||
};
|
||||
|
||||
template < class _Rep >
|
||||
class Pricing_strategy_base {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Reference in New Issue