[Webkit-unassigned] [Bug 246592] New: [Debug] Build failure in ThreadAssertions.h
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Oct 16 10:34:02 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=246592
Bug ID: 246592
Summary: [Debug] Build failure in ThreadAssertions.h
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
Assignee: webkit-unassigned at lists.webkit.org
Reporter: calvaris at igalia.com
/app/webkit/Source/WTF/wtf/ThreadAssertions.h: In member function ‘WTF::ThreadLikeAssertion& WTF::ThreadLikeAssertion::operator=(WTF::ThreadLikeAssertion&&)’:
/app/webkit/Source/WTF/wtf/ThreadAssertions.h:126:18: error: ‘exchange’ is not a member of ‘std’; did you mean ‘std::__atomic_impl::exchange’?
126 | m_uid = std::exchange(other.m_uid, anyThreadLike);
| ^~~~~~~~
--
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/20221016/cad055a0/attachment-0001.htm>
More information about the webkit-unassigned
mailing list