mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-26 15:12:01 +00:00
.. and another one
This commit is contained in:
parent
f3be07c661
commit
cc4e4065b3
@ -242,7 +242,7 @@ struct buffer_info {
|
|||||||
(*this) = std::move(other);
|
(*this) = std::move(other);
|
||||||
}
|
}
|
||||||
|
|
||||||
buffer_info& operator=(buffer_info &&rhs){
|
buffer_info& operator=(buffer_info &&rhs) {
|
||||||
ptr = rhs.ptr;
|
ptr = rhs.ptr;
|
||||||
itemsize = rhs.itemsize;
|
itemsize = rhs.itemsize;
|
||||||
size = rhs.size;
|
size = rhs.size;
|
||||||
|
Loading…
Reference in New Issue
Block a user