From: Richard Kreckel Date: Sat, 12 Feb 2000 18:35:39 +0000 (+0000) Subject: - class -> typename, because it might be int in template. X-Git-Tag: relase_0-5-1~7 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=5f00c012381b3671df5a9fbfeec2d36af0f75b61;ds=inline - class -> typename, because it might be int in template. --- 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)