Details
-
Task
-
Resolution: Done
-
Major - P3
-
None
-
None
Description
The current code creates and returns a temporary and has a superfluous release call. It can be simplified to:
return std::move(_data);
|
The current code creates and returns a temporary and has a superfluous release call. It can be simplified to:
return std::move(_data);
|