[Webkit-unassigned] [Bug 59249] Colliding isinf/isnan between C99 and C++0x with GCC 4.6.0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 4 16:29:54 PDT 2011


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





--- Comment #11 from Evan Martin <evan at chromium.org>  2011-05-04 16:29:54 PST ---
It appears at least one of those files has a "using namespace std" in it.
Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:39:using namespace std;

I wonder how hard it would be to remove that.

Unfortunately, there are 392 instances of 'using namespace std' in the WebKit codebase.

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