[webkit-reviews] review requested: [Bug 22299] Improve visual studio 2008 sp1 compilation : [Attachment 25203] Template fixes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 16 16:47:46 PST 2008


Marc-Antoine Ruel <maruel at chromium.org> has asked  for review:
Bug 22299: Improve visual studio 2008 sp1 compilation
https://bugs.webkit.org/show_bug.cgi?id=22299

Attachment 25203: Template fixes
https://bugs.webkit.org/attachment.cgi?id=25203&action=review

------- Additional Comments from Marc-Antoine Ruel <maruel at chromium.org>
VS2008 refuses to have a specialization of a function template as a friend. It
can only mark as a friend the unspecialized template.

To fix this, a different typename must be used for the function template
description. I just added an underscore to the typenames.


More information about the webkit-reviews mailing list