[Webkit-unassigned] [Bug 59252] New: Use native NullPtr when using GCC 4.6.0 and C++0x

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 22 16:13:55 PDT 2011


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

           Summary: Use native NullPtr when using GCC 4.6.0 and C++0x
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xan.lopez at gmail.com


GCC 4.6.0 supports nullptr when -std=c++0x is used. Detect that in NullPtr.h and don't re-define stuff. This gets rid of a huge warning per compiled file.

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