Closed
Bug 1610980
Opened 5 years ago
Closed 5 years ago
Create MakeInclusiveEnumeratedRange
Categories
(Core :: MFBT, enhancement)
Core
MFBT
Tracking
()
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(2 files)
MakeEnumeratedRange already support exclusive ranges. We can add a similar one to support inclusive ranges.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → aethanyc
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D60752
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/34d9fae93027
Part 1 - Use constexpr for classes and functions in EnumeratedRange.h. r=froydnj
https://hg.mozilla.org/integration/autoland/rev/c9c468bea578
Part 2 - Add MakeInclusiveEnumeratedRange(). r=froydnj
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/34d9fae93027
https://hg.mozilla.org/mozilla-central/rev/c9c468bea578
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•