mirror of https://github.com/CGAL/cgal
Try to disambuguate for VC8 (as suggested by Michael)
This commit is contained in:
parent
0bbfad9e5c
commit
79dce104b9
|
|
@ -426,9 +426,9 @@ class Polynomial_traits_d_base< Polynomial< Coefficient_type_ >,
|
|||
public:
|
||||
typedef Polynomial<Coefficient_type_> Polynomial_d;
|
||||
typedef Coefficient_type_ Coefficient_type;
|
||||
|
||||
typedef typename Innermost_coefficient_type<Polynomial_d>::Type
|
||||
Innermost_coefficient_type;
|
||||
|
||||
typedef typename CGALi::Innermost_coefficient_type<Polynomial_d>::Type Innermost_coefficient_type;
|
||||
|
||||
static const int d = Dimension<Polynomial_d>::value;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue