Open
Bug 1268315
Opened 9 years ago
Updated 2 years ago
Convert most of UniquePtr<>&& parameters to take UniquePtr<> instead
Categories
(Core :: General, defect)
Core
General
Tracking
()
NEW
People
(Reporter: xidorn, Unassigned)
References
Details
+++ This bug was initially created as a clone of Bug #1268314 +++
Using the plain type in parameter with a move constructor actually gives compilers move chance to optimize theoretically because it guarantees that the moving always happens.
Conditional move could usually be confusing, and should be avoid as much as possible.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•