Closed
Bug 1162335
Opened 10 years ago
Closed 7 years ago
Remove already_AddRefed::MatchNullptr, now that we can use nullptr
Categories
(Core :: MFBT, defect)
Core
MFBT
Tracking
()
RESOLVED
FIXED
mozilla55
People
(Reporter: jld, Assigned: xidorn)
References
Details
Attachments
(1 file)
mfbt/AlreadyAddRefed.h says:
* We can revert to simply explicit (T*) and implicit (decltype(nullptr)) when
* nullptr no longer needs to be emulated to support the ancient b2g compiler.
This is now the case, so that can be done. I didn't see an existing bug for this, so I'm filing one.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8873303 [details]
Bug 1162335 - Remove already_AddRefed::MatchNullptr.
https://reviewboard.mozilla.org/r/144752/#review148754
Attachment #8873303 -
Flags: review?(nfroyd) → review+
Pushed by xquan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4a2b5682bddf
Remove already_AddRefed::MatchNullptr. r=froydnj
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•