mirror of https://github.com/CGAL/cgal
const must be before typename
This commit is contained in:
parent
de5a90587b
commit
34fb7c0195
|
|
@ -628,7 +628,7 @@ static const Point_d nil_point;
|
|||
|
||||
// init static member:
|
||||
template <class R>
|
||||
typename const Regular_complex_d<R>::Point_d Regular_complex_d<R>::nil_point;
|
||||
const typename Regular_complex_d<R>::Point_d Regular_complex_d<R>::nil_point;
|
||||
|
||||
|
||||
template <class R>
|
||||
|
|
|
|||
Loading…
Reference in New Issue