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());