mirror of https://github.com/CGAL/cgal
add missing spe
This commit is contained in:
parent
ceded5c3ef
commit
3614612202
|
|
@ -256,6 +256,10 @@ struct Exact_ring_selector<leda_rational>
|
|||
template <>
|
||||
struct Exact_field_selector<leda_real>
|
||||
{ typedef leda_real Type; };
|
||||
|
||||
template <>
|
||||
struct Exact_ring_selector<leda_real>
|
||||
{ typedef leda_real Type; };
|
||||
#endif
|
||||
|
||||
#ifdef CGAL_USE_CORE
|
||||
|
|
|
|||
Loading…
Reference in New Issue