aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/AlignedVector3
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/Eigen/AlignedVector3')
-rw-r--r--unsupported/Eigen/AlignedVector37
1 files changed, 2 insertions, 5 deletions
diff --git a/unsupported/Eigen/AlignedVector3 b/unsupported/Eigen/AlignedVector3
index ca647eab3..f5c40a189 100644
--- a/unsupported/Eigen/AlignedVector3
+++ b/unsupported/Eigen/AlignedVector3
@@ -207,14 +207,11 @@ struct eval<AlignedVector3<_Scalar>, Dense>
template<typename Scalar>
struct evaluator<AlignedVector3<Scalar> >
- : evaluator<Matrix<Scalar,4,1> >::type
+ : evaluator<Matrix<Scalar,4,1> >
{
typedef AlignedVector3<Scalar> XprType;
- typedef typename evaluator<Matrix<Scalar,4,1> >::type Base;
+ typedef evaluator<Matrix<Scalar,4,1> > Base;
- typedef evaluator type;
- typedef evaluator nestedType;
-
evaluator(const XprType &m) : Base(m.coeffs()) {}
};