21 Aug
2009
21 Aug
'09
1:43 p.m.
I remember it happens to VC6. Seems VS2005 doesn't have this problem. -Yong ----- Original Message ----- From: "Darin Adler" <darin@apple.com> To: "Yong Li" <yong.li@torchmobile.com> Cc: "WebKit Development" <webkit-dev@lists.webkit.org> Sent: Thursday, August 20, 2009 6:12 PM Subject: Re: [webkit-changes] [47592] trunk/JavaScriptCore
On Aug 20, 2009, at 2:04 PM, Yong Li wrote:
If derefIfNotNull() is not inline, it should be static. Otherwise, you can potentially get a build error like multiple bodies of "derefIfNotNull<foo>" are found. If this is not a problem to winscw compiler, ignore this mail.
I believe that is true for functions, but not function templates.
Have you seen an actual problem?
-- Darin