mirror of https://github.com/CGAL/cgal
Root_of_traits is a struct, not a class
This commit is contained in:
parent
b73a19e89c
commit
224cd23e9f
|
|
@ -27,7 +27,7 @@
|
|||
CGAL_BEGIN_NAMESPACE
|
||||
|
||||
template <class NT> class Quotient;
|
||||
template <class RT> class Root_of_traits;
|
||||
template <class RT> struct Root_of_traits;
|
||||
|
||||
template <class NT>
|
||||
Quotient<NT> sqrt(const Quotient<NT> &);
|
||||
|
|
|
|||
Loading…
Reference in New Issue