Fixed compilation errors with clang.

H: Enter commit message.  Lines beginning with 'HG:' are removed.
This commit is contained in:
Benoit Steiner
2014-11-13 19:13:17 -08:00
parent ec785b0180
commit 1d3c8306f8
4 changed files with 7 additions and 9 deletions

View File

@@ -37,7 +37,6 @@ struct traits<TensorImagePatchOp<Rows, Cols, XprType> > : public traits<XprType>
typedef typename XprTraits::Index Index;
typedef typename XprType::Nested Nested;
typedef typename remove_reference<Nested>::type _Nested;
static const int NumDimensions = XprTraits::NumDimensions + 1;
};
template<DenseIndex Rows, DenseIndex Cols, typename XprType>