Only include <iosfwd> unless either EIGEN_DEBUG_ASSIGN is defined or we're in eigen2 support mode

This commit is contained in:
Benoit Jacob
2010-02-27 19:04:22 -05:00
parent e84f7e07e9
commit 27f5250258
4 changed files with 14 additions and 2 deletions

View File

@@ -105,6 +105,7 @@ public:
: int(NoUnrolling)
};
#ifdef EIGEN_DEBUG_ASSIGN
static void debug()
{
EIGEN_DEBUG_VAR(DstIsAligned)
@@ -125,6 +126,7 @@ public:
EIGEN_DEBUG_VAR(MayUnrollInner)
EIGEN_DEBUG_VAR(Unrolling)
}
#endif
};
/***************************************************************************