Resurect EvalBeforeNestingBit to control nested_eval

This commit is contained in:
Gael Guennebaud
2014-03-12 20:25:36 +01:00
parent 16d4c7a5e8
commit aceae8314b
3 changed files with 5 additions and 3 deletions

View File

@@ -110,6 +110,8 @@ struct evaluator<Inverse<XprType> >
typedef evaluator type;
typedef evaluator nestedType;
enum { Flags = Base::Flags | EvalBeforeNestingBit };
evaluator(const InverseType& inv_xpr)
: m_result(inv_xpr.rows(), inv_xpr.cols())