[Webkit-unassigned] [Bug 185198] [GTK] REGRESSION(r231170) Build broken with Clang (5.0)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 2 10:13:24 PDT 2018


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

--- Comment #1 from Adrian Perez <aperez at igalia.com> ---
JFTR, building with Clang 6.0 is not possible anymore as well.
The error in this case is:

 ../Source/WTF/wtf/Optional.h:224:26: error: explicit specialization of non-template class 'optional'
  template <class T> class optional<T&>;
                           ^       ~~~~

I tried debugging a bit, and the <optional> header does get included
with Clang 6.0, but that is as far as I can go right now. I may look
into this again when I'm less busy.

-- 
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/20180502/cd7a3d86/attachment.html>


More information about the webkit-unassigned mailing list