[Webkit-unassigned] [Bug 6253] KXMLCore::identifyExtract, KXMLCore::extractFirst not linking on Windows

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Dec 31 12:09:28 PST 2005


http://bugzilla.opendarwin.org/show_bug.cgi?id=6253


jhaygood at spsu.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #5302 is|0                           |1
           obsolete|                            |




------- Additional Comments From jhaygood at spsu.edu  2005-12-31 12:09 -------
Created an attachment (id=5403)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=5403&action=view)
Fixes template specialization for Visual Studio 2005

Moved to relevant headers

identityExtract requires that object.h and ustring.h to be included if you
don't want any errors, so it only defines them if they have been included prior
to HashSet.h

The reason why this has to be done is that Visual Studio 2005 will compile the
specialized templates, but for some reason, it can't see the specialization
during the linking stage. By doing an explicit specialization, it successfully
finds it.

-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list