Closed
Bug 1616684
Opened 6 years ago
Closed 6 years ago
Remove implicit integer type conversion in CheckedInt
Categories
(Core :: MFBT, task)
Core
MFBT
Tracking
()
RESOLVED
FIXED
mozilla75
| Tracking | Status | |
|---|---|---|
| firefox75 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
Attachments
(1 file)
When I try to enable -Wconversion, CheckedInt triggers it because it has an implicit type conversion in its templated two-arg constructor.
That constructor doesn't really need to be templated, as far as I can tell.
| Assignee | ||
Comment 1•6 years ago
|
||
When I try to enable -Wconversion, CheckedInt triggers it because it has an
implicit type conversion in its templated two-arg constructor.
That constructor doesn't really need to be templated, as far as I can tell.
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/80af7dfd0107
Remove implicit integer conversion in CheckedInt constructor r=froydnj
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•