mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-15 19:03:12 +08:00
Remove double return statement in PlainObjectBase::_set()
This commit is contained in:
parent
03dd4dd91a
commit
80de35b6c5
@ -647,7 +647,6 @@ class PlainObjectBase : public internal::dense_xpr_base<Derived>::type
|
||||
{
|
||||
internal::call_assignment(this->derived(), other.derived());
|
||||
return this->derived();
|
||||
return this->derived();
|
||||
}
|
||||
|
||||
/** \internal Like _set() but additionally makes the assumption that no aliasing effect can happen (which
|
||||
|
Loading…
x
Reference in New Issue
Block a user