Closed
Bug 925129
Opened 11 years ago
Closed 11 years ago
Remove VC9-and-earlier "abs" definition from nsAlgorithm.h
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Attachments
(1 file)
(deleted),
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
nsAlgorithm.h has some VC9-and-earlier code (a "std::abs" definition) added in this cset for bug 818391:
http://hg.mozilla.org/mozilla-central/rev/16037c152c36
But, we dropped support for VC9 and earlier in bug 866425.
Hence, we can drop this chunk from nsAlgorithm.h
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → dholbert
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #815115 -
Flags: review?(ehsan)
Updated•11 years ago
|
Attachment #815115 -
Flags: review?(ehsan) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Flags: in-testsuite-
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•