[Webkit-unassigned] [Bug 6253] KXMLCore::identifyExtract, KXMLCore::extractFirst not linking on Windows
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Tue Dec 27 09:23:07 PST 2005
http://bugzilla.opendarwin.org/show_bug.cgi?id=6253
jhaygood at spsu.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|KXMLCore::identifyExtract |KXMLCore::identifyExtract,
|not linking on Windows |KXMLCore::extractFirst not
| |linking on Windows
------- Additional Comments From jhaygood at spsu.edu 2005-12-27 09:23 -------
Due to Visual Studio 2005's stupidity, it refuses to realize it can see
KXMLCore::identityExtract.
However, the fix is simple:
Add:
template class KJS::JSObject * const & KXMLCore::identityExtract<class
KJS::JSObject *>(class KJS::JSObject * const &);
to array_object.cpp
Add:
template void * const & KXMLCore::extractFirst<struct std::pair<void *,void
*>>(struct std::pair<void *, void *> const &);
to internal.cpp
Add:
template struct KJS::UString::Rep * const & KXMLCore::identityExtract<struct
KJS::UString::Rep *>(struct KJS::UString::Rep * const &);
to identifier.cpp
Fixes coming in patch form soon
--
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