mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-19 16:17:38 +08:00
Fixed a compilation error with clang
This commit is contained in:
parent
debc97821c
commit
fcecafde3a
@ -187,13 +187,6 @@ class TensorFixedSize : public TensorBase<TensorFixedSize<Scalar_, Dimensions_,
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef EIGEN_HAVE_RVALUE_REFERENCES
|
|
||||||
inline TensorFixedSize(Self&& other)
|
|
||||||
: m_storage(other.m_storage)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
template<typename OtherDerived>
|
template<typename OtherDerived>
|
||||||
EIGEN_DEVICE_FUNC
|
EIGEN_DEVICE_FUNC
|
||||||
EIGEN_STRONG_INLINE TensorFixedSize& operator=(const OtherDerived& other)
|
EIGEN_STRONG_INLINE TensorFixedSize& operator=(const OtherDerived& other)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user