diff --git a/Eigen/src/Core/Product.h b/Eigen/src/Core/Product.h index 31730983f..cac90bc1f 100644 --- a/Eigen/src/Core/Product.h +++ b/Eigen/src/Core/Product.h @@ -62,8 +62,8 @@ class Product : public ProductImpl<_Lhs,_Rhs,Option, - typedef typename Lhs::Nested LhsNested; - typedef typename Rhs::Nested RhsNested; + typedef typename internal::nested::type LhsNested; + typedef typename internal::nested::type RhsNested; typedef typename internal::remove_all::type LhsNestedCleaned; typedef typename internal::remove_all::type RhsNestedCleaned;