aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Lazy.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/Core/Lazy.h')
-rw-r--r--Eigen/src/Core/Lazy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/Lazy.h b/Eigen/src/Core/Lazy.h
index 0968e254f..aacc61695 100644
--- a/Eigen/src/Core/Lazy.h
+++ b/Eigen/src/Core/Lazy.h
@@ -46,7 +46,7 @@ struct ei_traits<Lazy<ExpressionType> >
ColsAtCompileTime = ExpressionType::ColsAtCompileTime,
MaxRowsAtCompileTime = ExpressionType::MaxRowsAtCompileTime,
MaxColsAtCompileTime = ExpressionType::MaxColsAtCompileTime,
- Flags = ExpressionType::Flags | LazyBit,
+ Flags = ExpressionType::Flags & ~(EvalBeforeNestingBit | EvalBeforeAssigningBit),
CoeffReadCost = ExpressionType::CoeffReadCost
};
};