[Webkit-unassigned] [Bug 67851] WTFString.h should include template specialization for HashTraits<String>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 13 01:36:34 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67851





--- Comment #8 from Iain Merrick <husky at google.com>  2011-09-13 01:36:34 PST ---
I assume the problem with my original suggestion is header bloat and compilation time -- is that right?

As an alternative to pulling in HashTraits if you #include WTFString.h, how about we flip it around, and pull in String if you #include HashTraits? That would add some header bloat to all HashMap/HashSet users, but there must be fewer of them than there are String users.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list