Closed
Bug 847521
Opened 12 years ago
Closed 12 years ago
CheckedInt<signed char>
Categories
(Core :: MFBT, defect)
Core
MFBT
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: Waldo, Assigned: Waldo)
Details
Attachments
(1 file)
1.96 KB,
patch
|
bjacob
:
review+
|
Details | Diff | Splinter Review |
CheckedInt doesn't handle signed char, no reason it doesn't except it wasn't recognized that char != signed char.
Attachment #720813 -
Flags: review?(bjacob)
Comment 1•12 years ago
|
||
Comment on attachment 720813 [details] [diff] [review]
Patch
Review of attachment 720813 [details] [diff] [review]:
-----------------------------------------------------------------
Always something to learn in C++.
Attachment #720813 -
Flags: review?(bjacob) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Target Milestone: --- → mozilla22
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•