Closed
Bug 1290035
Opened 5 years ago
Closed 5 years ago
remove the explicit Type parameter to MakeEnumeratedRange
Categories
(Core :: MFBT, defect)
Core
MFBT
Tracking
()
RESOLVED
FIXED
mozilla50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: heycam, Assigned: heycam)
Details
Attachments
(1 file)
Now that we can safely use std::underlying_type<>, we can get rid of the explicit type parameter to MakeEnumeratedRange and all of the types it uses.
Assignee | ||
Comment 1•5 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/67686/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/67686/
Attachment #8775506 -
Flags: review?(jwalden+bmo)
Comment 2•5 years ago
|
||
Comment on attachment 8775506 [details] Bug 1290035 - Remove the explicit Type parameter to MakeEnumeratedRange. https://reviewboard.mozilla.org/r/67686/#review64860
Attachment #8775506 -
Flags: review?(jwalden+bmo) → review+
Pushed by cmccormack@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/97446e8fdc0c Remove the explicit Type parameter to MakeEnumeratedRange. r=Waldo
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/97446e8fdc0c
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•