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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 31 09:21:28 PST 2011


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





--- Comment #12 from Laszlo Gombos <laszlo.1.gombos at nokia.com>  2011-01-31 09:21:27 PST ---
Symbian - building with RVCT - does not have this build problem as the Symbian tool chain preincludes a file called "rvct.h" which makes math functions appear in the global namespace (the file is available e.g. in the SDK - http://labs.qt.nokia.com/2011/01/20/qt-sdk-1-1-technology-preview-released/).

In case we decide to import functions into the global namespace with "using std::XX" it needs to be guarded with at least !COMPILER(WINSCW) && !(COMPILER(RVCT) && OS(SYMBIAN)). 

I do not have a strong preference on including cmath vs. math.h.

-- 
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