Backed out changeset 40f6e26a24

See thread on mailing list: "InnerPanel change mis-detects alignment?"
This commit is contained in:
Benoit Jacob
2010-08-11 00:04:06 -04:00
parent 40f6e26a24
commit 97ced33b33
6 changed files with 17 additions and 30 deletions

View File

@@ -60,7 +60,7 @@ template<typename ExpressionType> class NestByValue;
template<typename ExpressionType> class ForceAlignedAccess;
template<typename ExpressionType> class SwapWrapper;
template<typename XprType, int BlockRows=Dynamic, int BlockCols=Dynamic, bool InnerPanel = false,
template<typename XprType, int BlockRows=Dynamic, int BlockCols=Dynamic,
bool HasDirectAccess = ei_has_direct_access<XprType>::ret> class Block;
template<typename MatrixType, int Size=Dynamic> class VectorBlock;