From 846b227bb7cb75b15d56b864fd294e028a33db3a Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 19 Jun 2015 17:56:39 +0200 Subject: Get rid of class internal::nested<> (still have to updated Tensor module) --- unsupported/Eigen/src/Skyline/SkylineProduct.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unsupported/Eigen/src/Skyline/SkylineProduct.h') diff --git a/unsupported/Eigen/src/Skyline/SkylineProduct.h b/unsupported/Eigen/src/Skyline/SkylineProduct.h index 1ddf455e2..d218a7c25 100644 --- a/unsupported/Eigen/src/Skyline/SkylineProduct.h +++ b/unsupported/Eigen/src/Skyline/SkylineProduct.h @@ -14,8 +14,8 @@ namespace Eigen { template struct SkylineProductReturnType { - typedef const typename internal::nested::type LhsNested; - typedef const typename internal::nested::type RhsNested; + typedef const typename internal::nested_eval::type LhsNested; + typedef const typename internal::nested_eval::type RhsNested; typedef SkylineProduct Type; }; -- cgit v1.2.3