RESOLVED FIXED 205540
Move Vector HashTraits to HashTraits.h to fix GCC build
https://bugs.webkit.org/show_bug.cgi?id=205540
Summary Move Vector HashTraits to HashTraits.h to fix GCC build
Antti Koivisto
Reported 2019-12-21 04:18:54 PST
GCC is stricter than LLVM with partial specializations Error: partial specialization of struct WTF::HashTraits<WTF::Vector<U, otherCapacity, WTF::CrashOnOverflow, 16> > after instantiation of struct WTF::HashTraits<WTF::Vector<WTF::String> >
Attachments
patch (4.20 KB, patch)
2019-12-21 04:28 PST, Antti Koivisto
no flags
Antti Koivisto
Comment 1 2019-12-21 04:28:09 PST
WebKit Commit Bot
Comment 2 2019-12-21 09:18:40 PST
Comment on attachment 386295 [details] patch Clearing flags on attachment: 386295 Committed r253864: <https://trac.webkit.org/changeset/253864>
WebKit Commit Bot
Comment 3 2019-12-21 09:18:41 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2019-12-21 09:19:20 PST
Note You need to log in before you can comment on or make changes to this bug.