Removed To_double as this functor is now part of the kernel

This commit is contained in:
Andreas Fabri 2003-08-11 16:14:01 +00:00
parent 9511c599b4
commit 77cf4a2f26
1 changed files with 0 additions and 5 deletions

View File

@ -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: