From 0ed604583f73e6cd973475d24d21ba9dfa86b599 Mon Sep 17 00:00:00 2001 From: Thomas Capricelli Date: Fri, 4 Feb 2011 12:09:30 +0100 Subject: [PATCH] turnaround for a compiler bug in gcc 3.4.6 --- Eigen/src/Core/util/ForwardDeclarations.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Eigen/src/Core/util/ForwardDeclarations.h b/Eigen/src/Core/util/ForwardDeclarations.h index 00742e4b1..22f0812ab 100644 --- a/Eigen/src/Core/util/ForwardDeclarations.h +++ b/Eigen/src/Core/util/ForwardDeclarations.h @@ -65,9 +65,20 @@ class DenseCoeffsBase; template class Matrix; @@ -192,9 +203,20 @@ struct IOFormat; // Array module template class Array; template class Select; template class PartialReduxExpr;