[Webkit-unassigned] [Bug 34804] New: PassRefPtr.h fails to compile under VS2010 RC
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 10 09:49:21 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34804
Summary: PassRefPtr.h fails to compile under VS2010 RC
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows XP
Status: NEW
Keywords: PlatformOnly
Severity: Normal
Priority: P2
Component: Web Template Framework
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: aroben at apple.com
CC: sfalken at apple.com
PassRefPtr.h fails to compile under VS2010 RC. This line:
friend PassRefPtr adoptRef<T>(T*);
generates a C4396 error: "the inline specifier cannot be used when a friend
declaration refers to a specialization of a function template". See
http://msdn.microsoft.com/en-us/library/bb384968.aspx for more details.
--
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