* compilation fixes for gcc 3.3

* test Part::swap
This commit is contained in:
Gael Guennebaud
2009-05-06 08:43:38 +00:00
parent 23f073625d
commit 1e286464ab
4 changed files with 36 additions and 28 deletions

View File

@@ -221,7 +221,7 @@ class Block<MatrixType,BlockRows,BlockCols,PacketAccess,HasDirectAccess>
class InnerIterator;
typedef typename ei_traits<Block>::AlignedDerivedType AlignedDerivedType;
friend class Block<MatrixType,BlockRows,BlockCols,AsRequested,HasDirectAccess>;
friend class Block<MatrixType,BlockRows,BlockCols,PacketAccess==AsRequested?ForceAligned:AsRequested,HasDirectAccess>;
EIGEN_INHERIT_ASSIGNMENT_OPERATORS(Block)