Closed
Bug 1661502
Opened 5 years ago
Closed 5 years ago
Make Result move-only
Categories
(Core :: MFBT, task)
Core
MFBT
Tracking
()
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: sg, Assigned: sg)
References
Details
Attachments
(1 file)
Result
objects are not usually copied. There are a few uses of copying Result
objects, which can easily be avoided. To avoid accidental copying and allow simplifying the implementation of Result
, Result
should be made move-only.
Assignee | ||
Comment 1•5 years ago
|
||
Depends on D88442
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8a9dce0d08ce
Make Result move-only. r=froydnj,jandem
Comment 3•5 years ago
|
||
Backed out for build bustages.
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/37a26293a149
Make Result move-only. r=froydnj,jandem
Comment 5•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•