the lib now compiles.

move Get_arithmetic_kernel specialization into MP_Float.h
reorder declaration of to_double(Sqrt_extension<MP_Float>)

Sqrt_extension need specialization of Real_embeddable_traits
and Algebraic_structure_traits.
This commit is contained in:
Sébastien Loriot
2011-04-28 16:44:00 +00:00
parent b365ee3416
commit 9176663964
3 changed files with 54 additions and 46 deletions
@@ -47,7 +47,7 @@ public:
typedef MP_Float Integer;
typedef CGAL::Quotient<MP_Float> Rational;
typedef MP_Float Bigfloat;
struct Not_implemented{} Bigfloat_interval;
struct Not_implemented{} Bigfloat_interval;
};
template <>