bug #1361: fix compilation issue in mat=perm.inverse()

This commit is contained in:
Gael Guennebaud
2016-12-13 23:10:27 +01:00
parent a432fc102d
commit c817ce3ba3
2 changed files with 9 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ class Inverse : public InverseImpl<XprType,typename internal::traits<XprType>::S
public:
typedef typename XprType::StorageIndex StorageIndex;
typedef typename XprType::PlainObject PlainObject;
typedef typename XprType::Scalar Scalar;
typedef typename internal::ref_selector<XprType>::type XprTypeNested;
typedef typename internal::remove_all<XprTypeNested>::type XprTypeNestedCleaned;
typedef typename internal::ref_selector<Inverse>::type Nested;