Commit cc4e4065 by Wenzel Jakob

.. and another one

parent f3be07c6
...@@ -242,7 +242,7 @@ struct buffer_info { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment