Commit ed6c6f00 by Maarten L. Hekkelman

Move assignment of Structure is not possible due to reference to datablock

parent bdda9d72
...@@ -637,7 +637,7 @@ class Structure ...@@ -637,7 +637,7 @@ class Structure
Structure(const Structure &); Structure(const Structure &);
Structure &operator=(const Structure &) = delete; Structure &operator=(const Structure &) = delete;
Structure &operator=(Structure &&s) = default; // Structure &operator=(Structure &&s) = default;
~Structure(); ~Structure();
......
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