[Webkit-unassigned] [Bug 123599] New: std::function prefers nullptr

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 31 17:21:15 PDT 2013


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

           Summary: std::function prefers nullptr
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 8
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alex.christensen at flexsim.com
                CC: bfulgham at webkit.org, roger_fong at apple.com


Hooray for C++11!  In order to get WebKit to compile with VS2012, we're going to have to be careful with our std::function usage.  Setting it to 0 causes all kinds of nasty template compile problems, but setting it to nullptr makes everybody happy.

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