Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1609620e654172e3bf6739174317bedab8e19834
https://github.com/WebKit/WebKit/commit/1609620e654172e3bf6739174317bedab8e19834
Author: Gerald Squelart <[email protected]>
Date: 2024-07-15 (Mon, 15 Jul 2024)
Changed paths:
M Source/WTF/wtf/HashSet.h
M Source/WTF/wtf/HashTable.h
M Source/WTF/wtf/RobinHoodHashTable.h
Log Message:
-----------
REGRESSION(280952@main) "error: lambda without a parameter clause is a C++23
extension"
https://bugs.webkit.org/show_bug.cgi?id=276601
rdar://problem/131735283
Unreviewed build fix.
C++20 doesn't like `[] __attribute__(...) {}`, fixed by adding an empty
parameter list: `[]() __attribute__(...) {}`.
* Source/WTF/wtf/HashSet.h:
(WTF::TableTraits>::add):
* Source/WTF/wtf/HashTable.h:
(WTF::HashTable::add):
(WTF::KeyTraits>::HashTable):
* Source/WTF/wtf/RobinHoodHashTable.h:
(WTF::RobinHoodHashTable::add):
Canonical link: https://commits.webkit.org/280959@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes