From 37dcdb1ed6b8055b57d5cc6734641f5bcb9c97aa Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 22 Jun 2010 23:43:12 +0200 Subject: [PATCH] add missing typename --- test/product_symm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/product_symm.cpp b/test/product_symm.cpp index 92a3f4594..4e020fe95 100644 --- a/test/product_symm.cpp +++ b/test/product_symm.cpp @@ -50,7 +50,7 @@ template void symm(int size = Size, in typedef Matrix Rhs2; enum { order = OtherSize==1 ? 0 : RowMajor }; typedef Matrix Rhs3; - typedef MatrixType::Index Index; + typedef typename MatrixType::Index Index; Index rows = size; Index cols = size;