From c738cd56ebdafe986c7edeb2621ec25f3c0b29d9 Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Tue, 26 Oct 2010 16:47:01 +0200 Subject: Renamed cleantype to remove_all since it is close to remove_{const|pointer|reference}. --- Eigen/src/Core/PermutationMatrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/Core/PermutationMatrix.h') diff --git a/Eigen/src/Core/PermutationMatrix.h b/Eigen/src/Core/PermutationMatrix.h index e5e5d593a..1f333adea 100644 --- a/Eigen/src/Core/PermutationMatrix.h +++ b/Eigen/src/Core/PermutationMatrix.h @@ -340,7 +340,7 @@ template > { - typedef typename cleantype::type MatrixTypeNestedCleaned; + typedef typename remove_all::type MatrixTypeNestedCleaned; permut_matrix_product_retval(const PermutationType& perm, const MatrixType& matrix) : m_permutation(perm), m_matrix(matrix) -- cgit v1.2.3