diff --git a/Eigen/src/Core/Inverse.h b/Eigen/src/Core/Inverse.h index 1d167867f..84abd258e 100644 --- a/Eigen/src/Core/Inverse.h +++ b/Eigen/src/Core/Inverse.h @@ -101,11 +101,11 @@ namespace internal { * * \sa class Inverse */ -template -struct unary_evaluator > - : public evaluator::PlainObject>::type +template +struct unary_evaluator > + : public evaluator::PlainObject>::type { - typedef Inverse InverseType; + typedef Inverse InverseType; typedef typename InverseType::PlainObject PlainObject; typedef typename evaluator::type Base;