PIVector2D =() fix
This commit is contained in:
@@ -103,7 +103,7 @@ public:
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
inline Row & operator=(const PIVector<T> & other) {
|
inline Row & operator=(const PIVector<T> & other) {
|
||||||
const size_t sz = piMin<size_t>(sz, other.size());
|
const size_t sz = piMin<size_t>(sz_, other.size());
|
||||||
p_->_copyRaw(p_->data(st_), other.data(), sz);
|
p_->_copyRaw(p_->data(st_), other.data(), sz);
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user