[Webkit-unassigned] [Bug 214320] Don't include <wtf/text/WTFString.h> in SVGParserUtilities.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 14 14:15:59 PDT 2020


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

--- Comment #3 from Fujii Hironori <Hironori.Fujii at sony.com> ---
> WTF\Headers\wtf/text/WTFString.h(445,19): error: explicit specialization of
> 'WTF::DefaultHash<WTF::String>' after instantiation
> template<> struct DefaultHash<String> { using Hash = StringHash; };
>                   ^~~~~~~~~~~~~~~~~~~
> WTF\Headers\wtf/Forward.h(89,49): note: implicit instantiation first
> required here
> template<typename ValueArg, typename = typename DefaultHash<ValueArg>::Hash,
> typename = HashTraits<ValueArg>> class HashSet;
>                                                 ^

a forward template specialization declaration of DefaultHash<String> has to be in Forward.h.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200714/89c94ea7/attachment.htm>


More information about the webkit-unassigned mailing list