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

@@ -30,7 +30,6 @@ struct traits<TensorBroadcastingOp<Broadcast, 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;
};
template<typename Broadcast, typename XprType>