Closed
Bug 1508460
Opened 6 years ago
Closed 6 years ago
Add HasFreeLSB<void*> template specialization
Categories
(Core :: MFBT, defect, P1)
Core
MFBT
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: bugzilla, Assigned: bugzilla)
References
Details
(Whiteboard: inj+)
Attachments
(1 file)
Otherwise types that are typedef'd to void* cannot be passed as template parameters to mozilla::Result
Assignee | ||
Comment 1•6 years ago
|
||
HasFreeLSB currently fails for any types that map to void*. Unless we fix this,
we can't use certain types as template parameters for mozilla::Result.
Pushed by aklotz@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/853889cec3ab
Add specialization for void* to HasFreeLSB; r=froydnj
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•