mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Remove double return statement in PlainObjectBase::_set()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user