[Webkit-unassigned] [Bug 118204] New: std::min needs template parameters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 28 14:47:44 PDT 2013


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

           Summary: std::min needs template parameters
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: achristensen at apple.com


https://bugs.webkit.org/show_bug.cgi?id=94124 committed in r135763 fixed a compile error with template parameters std::min, but there are two more places where this needs to be done.  Visual Studio can't decide whether to use the 32-bit or 64-bit integer comparison, so I'm going to tell it to cast both to the desired return type first.

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