mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +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);
|
||||
}
|
||||
|
||||
buffer_info& operator=(buffer_info &&rhs){
|
||||
buffer_info& operator=(buffer_info &&rhs) {
|
||||
ptr = rhs.ptr;
|
||||
itemsize = rhs.itemsize;
|
||||
size = rhs.size;
|
||||
|
Loading…
Reference in New Issue
Block a user