Closed
Bug 1276550
Opened 7 years ago
Closed 7 years ago
Support operator-> for RangedPtr
Categories
(Core :: MFBT, enhancement)
Core
MFBT
Tracking
()
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: boris, Assigned: boris)
References
Details
Attachments
(1 file)
Bug 1244590 [1] wants to let mozilla::RangedPtr point to an element of nsTArray. If we want to access the member/method of RangedPtr<T>::mPtr, we have to use get() or operator* which makes the code not easy to be read/reviewed. Therefore, we want to add the new operator, operator->() in mozilla::RangedPtr. [1] Bug 1244590 comment 91 and Bug 1244590 comment 94.
Assignee | ||
Comment 1•7 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/56184/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/56184/
Attachment #8757762 -
Flags: review?(jwalden+bmo)
Assignee | ||
Updated•7 years ago
|
Status: NEW → ASSIGNED
Comment 2•7 years ago
|
||
Comment on attachment 8757762 [details] MozReview Request: Bug 1276550 - Support operator-> for RangedPtr. https://reviewboard.mozilla.org/r/56184/#review54084
Attachment #8757762 -
Flags: review?(jwalden+bmo) → review+
Pushed by bchiou@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/30a1d2e8e043 Support operator-> for RangedPtr. r=Waldo
Comment 4•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/30a1d2e8e043
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
You need to log in
before you can comment on or make changes to this bug.
Description
•