-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Implementation
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The current code creates and returns a temporary and has a superfluous release call. It can be simplified to:
return std::move(_data);