mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-11 15:29:03 +08:00
ReturnByValue should not be assignable!
This commit is contained in:
parent
d0142e963b
commit
3edd4681f2
@ -48,7 +48,7 @@ struct nested<ReturnByValue<Derived>, n, PlainObject>
|
|||||||
} // end namespace internal
|
} // end namespace internal
|
||||||
|
|
||||||
template<typename Derived> class ReturnByValue
|
template<typename Derived> class ReturnByValue
|
||||||
: public internal::dense_xpr_base< ReturnByValue<Derived> >::type
|
: internal::no_assignment_operator, public internal::dense_xpr_base< ReturnByValue<Derived> >::type
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
typedef typename internal::traits<Derived>::ReturnType ReturnType;
|
typedef typename internal::traits<Derived>::ReturnType ReturnType;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user