mirror of https://github.com/CGAL/cgal
Get_arithmetic_kernel is a struct (not a class)
This commit is contained in:
parent
6debf02b48
commit
90d70842a3
|
|
@ -195,7 +195,7 @@ template<typename BFI> inline long get_precision(BFI bfi) {
|
|||
}
|
||||
|
||||
|
||||
template <class NTX> class Get_arithmetic_kernel;
|
||||
template <class NTX> struct Get_arithmetic_kernel;
|
||||
|
||||
template <class NTX>
|
||||
typename Get_arithmetic_kernel<NTX>::Arithmetic_kernel::Bigfloat_interval
|
||||
|
|
|
|||
Loading…
Reference in New Issue