RESOLVED FIXED 3894
uses of <cmath> should change to <math>
https://bugs.webkit.org/show_bug.cgi?id=3894
Summary uses of <cmath> should change to <math>
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.