Bug 3894

Summary: uses of <cmath> should change to <math>
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: WebKit Misc.Assignee: Justin Garcia <justin.garcia>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 412   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch eric: review+

Geoffrey Garen
Reported 2005-07-07 11:04:22 PDT
Once we switch to gcc 4.0, we should remove uses of #include <cmath> and replace with #include <math>. <cmath> was only a work-around for a gcc 3.3 bug.
Attachments
patch (1.51 KB, patch)
2006-03-02 18:23 PST, Justin Garcia
eric: review+
Justin Garcia
Comment 1 2006-03-02 18:23:52 PST
Note You need to log in before you can comment on or make changes to this bug.