Closed
Bug 1662566
Opened 5 years ago
Closed 5 years ago
add iterator traits to nsTSubstringSplit_Iter
Categories
(Core :: XPCOM, task)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
82 Branch
| Tracking | Status | |
|---|---|---|
| firefox82 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•5 years ago
|
||
As long as we're following the STL guidelines on how to do iterators, we
should be annotating things with the bits that the STL iterator support
wants to see.
Updated•5 years ago
|
Assignee: nobody → nfroyd
Status: NEW → ASSIGNED
Updated•5 years ago
|
Attachment #9173467 -
Attachment description: Bug 1662566 - add iterator traits to nsTSubstringSplit_Iter; r=#xpcom-reviewers → Bug 1662566 - make nsTSubstringSplit_Iter an STL forward iterator; r=#xpcom-reviewers
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/50368ee21e2a
make nsTSubstringSplit_Iter an STL forward iterator; r=xpcom-reviewers,sg
Comment 3•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
•