Closed
Bug 1303472
Opened 8 years ago
Closed 8 years ago
Add a move constructor to nsCOMPtr
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
Details
Attachments
(1 file)
923 bytes,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
I was surprised that nsCOMPtr<T> doesn't have a move constructor. This small patch adds one, assuming we want one.
Assignee | ||
Comment 1•8 years ago
|
||
MozReview-Commit-ID: 6ECLDmA9Ol
Attachment #8792165 -
Flags: review?(nfroyd)
Updated•8 years ago
|
Attachment #8792165 -
Flags: review?(nfroyd) → review+
Pushed by michael@thelayzells.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6396e3ab4695
Add a move constructor to nsCOMPtr, r=froydnj
Comment 3•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•