specify default template argument only at the declaration

This commit is contained in:
Andreas Fabri 2008-09-11 19:04:52 +00:00
parent de55891e4d
commit 1cdce34274
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ template<class NT>
typename CGALi::Simple_matrix< NT> polynomial_subresultant_matrix(
CGAL::Polynomial<NT> f,
CGAL::Polynomial<NT> g,
int d=0) {
int d) {
CGAL_precondition(f.degree()>=0);
CGAL_precondition(g.degree()>=0);
CGAL_precondition(d>=0);