diff --git a/Eigen/src/Core/Product.h b/Eigen/src/Core/Product.h index 15f44de89..9e1875941 100644 --- a/Eigen/src/Core/Product.h +++ b/Eigen/src/Core/Product.h @@ -135,8 +135,8 @@ struct ProductReturnType template struct ProductReturnType { - typedef typename ei_nested::type LhsNested; - typedef typename ei_nested::type RhsNested; + typedef typename ei_nested >::type LhsNested; + typedef typename ei_nested >::type RhsNested; typedef GeneralProduct Type; };