From d357bbd9c06f4b6088de0a8e47b3e56fdd0b99b3 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sat, 14 Dec 2013 22:53:47 +0100 Subject: Fix a few regression regarding temporaries and products --- Eigen/src/Core/SelfAdjointView.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Eigen/src/Core/SelfAdjointView.h') diff --git a/Eigen/src/Core/SelfAdjointView.h b/Eigen/src/Core/SelfAdjointView.h index 079b987f8..a5c6d5ceb 100644 --- a/Eigen/src/Core/SelfAdjointView.h +++ b/Eigen/src/Core/SelfAdjointView.h @@ -336,6 +336,7 @@ struct triangular_assignment_selector // in the future selfadjoint-ness should be defined by the expression traits // such that Transpose > is valid. (currently TriangularBase::transpose() is overloaded to make it work) @@ -347,6 +348,7 @@ struct evaluator_traits > static const int AssumeAliasing = 0; }; +#endif // EIGEN_ENABLE_EVALUATORS } // end namespace internal -- cgit v1.2.3