mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fixed compilation errors with clang.
H: Enter commit message. Lines beginning with 'HG:' are removed.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user