Open
Bug 1690343
Opened 4 years ago
Updated 4 years ago
Remove uses of mozilla::UnsignedStdintTypeForSize
Categories
(Core :: MFBT, task)
Core
MFBT
Tracking
()
NEW
People
(Reporter: sg, Unassigned)
Details
mozilla::UnsignedStdintTypeForSize might be replaced by standard type traits, at least in some cases, e.g. where the underlying type of an enum type is used. At the moment, there are only five uses of mozilla::UnsignedStdintTypeForSize in the codebase.
You need to log in
before you can comment on or make changes to this bug.
Description
•