[Webkit-unassigned] [Bug 30718] WebKit should build with Visual Studio 2010

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 13 10:20:54 PST 2009


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





--- Comment #4 from John Brooks <webkit at dereferenced.net>  2009-12-13 10:20:54 PST ---
After some insight from Thiago Macieira of Nokia, I did a little testing and
isolated the compilation failure in comment #3 to what seems to be a compiler
bug. Specifically, during the initialization of std::pair (for reasons unknown
to me), the implicit conversion from 0 to a pointer type is not performed,
resulting in those errors. An explicit cast or nullptr behaves as expected.

I've reported that bug to microsoft at
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=520043

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