From 5fa7262e4c9fdbac2e5ddc4e2bb2241e04a10bef Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sat, 25 Jan 2014 23:02:14 +0100 Subject: Refactor triangular assignment --- Eigen/src/Core/SelfAdjointView.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Eigen/src/Core/SelfAdjointView.h') diff --git a/Eigen/src/Core/SelfAdjointView.h b/Eigen/src/Core/SelfAdjointView.h index a5c6d5ceb..f34de8b39 100644 --- a/Eigen/src/Core/SelfAdjointView.h +++ b/Eigen/src/Core/SelfAdjointView.h @@ -244,6 +244,8 @@ template class SelfAdjointView namespace internal { +#ifndef EIGEN_TEST_EVALUATORS + template struct triangular_assignment_selector { @@ -336,6 +338,8 @@ struct triangular_assignment_selector // in the future selfadjoint-ness should be defined by the expression traits @@ -348,6 +352,7 @@ struct evaluator_traits > static const int AssumeAliasing = 0; }; + #endif // EIGEN_ENABLE_EVALUATORS } // end namespace internal -- cgit v1.2.3