From de0d8a010e8cee66901786e0e2819beeaa5cb253 Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Tue, 23 Sep 2014 12:58:14 +0200 Subject: [PATCH] Suppress stupid gcc-4.4 warning --- Eigen/src/SparseCore/SparseFuzzy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/SparseCore/SparseFuzzy.h b/Eigen/src/SparseCore/SparseFuzzy.h index 3e67cbf5f..a76c1a5e0 100644 --- a/Eigen/src/SparseCore/SparseFuzzy.h +++ b/Eigen/src/SparseCore/SparseFuzzy.h @@ -18,7 +18,7 @@ bool SparseMatrixBase::isApprox(const SparseMatrixBase& o { using std::min; const typename internal::nested_eval::type actualA(derived()); - typename internal::conditional::type, const PlainObject>::type actualB(other.derived());