From 5f00c012381b3671df5a9fbfeec2d36af0f75b61 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sat, 12 Feb 2000 18:35:39 +0000 Subject: [PATCH] - class -> typename, because it might be int in template. --- ginac/matrix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ginac/matrix.cpp b/ginac/matrix.cpp index dcd1d944..97b47362 100644 --- a/ginac/matrix.cpp +++ b/ginac/matrix.cpp @@ -463,7 +463,7 @@ ex determinant_numeric(const matrix & M) // Compute the sign of a permutation of a vector of things, used internally // by determinant_symbolic_perm() where it is instantiated for int. -template +template int permutation_sign(vector s) { if (s.size() < 2) -- 2.44.0