Bug 246592

Summary: [Debug] Build failure in ThreadAssertions.h
Product: WebKit Reporter: Xabier Rodríguez Calvar <calvaris>
Component: Web Template FrameworkAssignee: Xabier Rodríguez Calvar <calvaris>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Xabier Rodríguez Calvar
Reported 2022-10-16 10:34:02 PDT
/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); | ^~~~~~~~
Attachments
Xabier Rodríguez Calvar
Comment 1 2022-10-16 10:39:09 PDT
EWS
Comment 2 2022-10-16 10:41:27 PDT
Committed 255605@main (c721595118ec): <https://commits.webkit.org/255605@main> Reviewed commits have been landed. Closing PR #5430 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-10-16 10:42:19 PDT
Note You need to log in before you can comment on or make changes to this bug.