Closed
Bug 1578490
Opened 5 years ago
Closed 5 years ago
Use move semantics when passing lambdas in mscom::EnsureMTA
Categories
(Core :: IPC: MSCOM, task, P1)
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: bugzilla, Assigned: bugzilla)
Details
Attachments
(1 file)
This is just a bit of cleanup in EnsureMTA
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by aklotz@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7503e58cf7c7
Use rvalue references and std::move for all closures being passed into mscom::EnsureMTA; r=Jamie
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•