| Summary: | [Debug] Build failure in ThreadAssertions.h | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Xabier Rodríguez Calvar <calvaris> |
| Component: | Web Template Framework | Assignee: | 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 | ||
Pull request: https://github.com/WebKit/WebKit/pull/5430 Committed 255605@main (c721595118ec): <https://commits.webkit.org/255605@main> Reviewed commits have been landed. Closing PR #5430 and removing active labels. |
/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); | ^~~~~~~~