20 Aug
2009
20 Aug
'09
10:12 p.m.
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