[Webkit-unassigned] [Bug 53183] MathExtras.h missing additional "using std::<cmathfunction>" statements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 28 10:21:29 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=53183





--- Comment #10 from Nick Landry <nlandry at rim.com>  2011-01-28 10:21:28 PST ---

Looks like most platforms don't put the C99 math functions into the std namespace like RVCT does.  I can post another patch that moves all the C99 math function using statements into a RVCT specific if/def block.  It isn't pretty though.  Are there any other alternatives?

Could we go back to just including <math.h> instead of <cmath>?



(In reply to comment #9)
> (From update of attachment 80214 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=80214&action=review
> 
> review- because this is breaking the build on every platform!
>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list