[Webkit-unassigned] [Bug 121994] New: Workaround template overloading bug in MSVC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 26 16:15:51 PDT 2013


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

           Summary: Workaround template overloading bug in MSVC
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alex.christensen at flexsim.com
                CC: oliver at apple.com, msaboff at apple.com, fpizlo at apple.com


r156184 broke the Win64 build because of a bug in Visual Studio similar to http://stackoverflow.com/questions/8684583/template-specialization-works-with-g-but-not-with-visual-c

A simple workaround is to name setupTwoStubArgs either setupTwoStubArgsGFR or setupTwoStubArgsFPR instead of sharing the name for the overloaded template function.

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