Bug 3894 - uses of <cmath> should change to <math>
Summary: uses of <cmath> should change to <math>
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 412
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Justin Garcia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-07 11:04 PDT by Geoffrey Garen
Modified: 2006-03-02 21:06 PST (History)
0 users

See Also:


Attachments
patch (1.51 KB, patch)
2006-03-02 18:23 PST, Justin Garcia
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 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.
Comment 1 Justin Garcia 2006-03-02 18:23:52 PST
Created attachment 6817 [details]
patch