add missing spe

This commit is contained in:
Sébastien Loriot 2023-07-17 15:28:31 +02:00
parent ceded5c3ef
commit 3614612202
1 changed files with 4 additions and 0 deletions

View File

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