Closed
Bug 1169034
Opened 10 years ago
Closed 10 years ago
include <cstdlib> in ThreadStackHelper.cpp to declare correct overload for std::abs
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla41
| Tracking | Status | |
|---|---|---|
| firefox41 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
Details
Attachments
(1 file)
|
856 bytes,
patch
|
jseward
:
review+
|
Details | Diff | Splinter Review |
The integer-valued {,l,ll}abs functions come from <stdlib.h>, and so the
integer-valued overload for std::abs comes from <cstdlib>.
| Assignee | ||
Comment 1•10 years ago
|
||
The integer-valued {,l,ll}abs functions come from <stdlib.h>, and so the
integer-valued overload for std::abs comes from <cstdlib>.
Attachment #8612389 -
Flags: review?(jseward)
Updated•10 years ago
|
Attachment #8612389 -
Flags: review?(jseward)
Updated•10 years ago
|
Attachment #8612389 -
Flags: review+
Comment 3•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•