]> www.ginac.de Git - ginac.git/commitdiff
- class -> typename, because it might be int in template.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sat, 12 Feb 2000 18:35:39 +0000 (18:35 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sat, 12 Feb 2000 18:35:39 +0000 (18:35 +0000)
ginac/matrix.cpp

index dcd1d9441a5b21ed005727fe6077f27df89ecf39..97b473628464e498a233c691e2d0b724f34e7491 100644 (file)
@@ -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.
 
 // Compute the sign of a permutation of a vector of things, used internally
 // by determinant_symbolic_perm() where it is instantiated for int.
-template <class T>
+template <typename T>
 int permutation_sign(vector<T> s)
 {
     if (s.size() < 2)
 int permutation_sign(vector<T> s)
 {
     if (s.size() < 2)