Fix linking issue

This commit is contained in:
Gael Guennebaud
2017-01-10 16:32:06 +01:00
parent b47a7e5c3a
commit 8e247744a4
2 changed files with 6 additions and 6 deletions

View File

@@ -159,7 +159,7 @@ struct unary_evaluator<IndexedView<ArgType, RowIndices, ColIndices>, IndexBased>
typedef IndexedView<ArgType, RowIndices, ColIndices> XprType;
enum {
CoeffReadCost = evaluator<ArgType>::CoeffReadCost /* + cost of row/col index */,
CoeffReadCost = evaluator<ArgType>::CoeffReadCost /* TODO + cost of row/col index */,
Flags = (evaluator<ArgType>::Flags & (HereditaryBits /*| LinearAccessBit | DirectAccessBit*/)),