[Webkit-unassigned] [Bug 6222] New: HashMap does not work with const pointer keys or values
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Fri Dec 23 17:56:14 PST 2005
http://bugzilla.opendarwin.org/show_bug.cgi?id=6222
Summary: HashMap does not work with const pointer keys or values
Product: WebKit
Version: 412+
Platform: Macintosh
OS/Version: Mac OS X 10.0
Status: NEW
Severity: normal
Priority: P2
Component: WebKit Misc.
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: mjs at apple.com
HashMap does not work for const foo * keys and values because the pointer specialization fails to cast
away const and so fails some implicit conversions.
--
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