[Webkit-unassigned] [Bug 245044] no viable conversion from returned value of type 'tuple<IPC::Attachment &&>'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 14 03:45:22 PDT 2022


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

--- Comment #2 from Adrian Perez <aperez at igalia.com> ---
I can reproduce this configuring with Clang/libc++ 14.0.6, so the issue
is still there regardless of using newer versions. In order to reproduce
on Linux, use:

  CC=clang CXX=clang++ CXXFLAGS=-stdlib=libc++ \
      cmake -S. -Bbuild-libcxx -DPORT=GTK -GNinja
  ninja -Cbuild-libcxx

-- 
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/20220914/b39dfe6d/attachment-0001.htm>


More information about the webkit-unassigned mailing list