Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b99cb96a7a3e5978b475d2365b72196e15a1a326
      
https://github.com/WebKit/WebKit/commit/b99cb96a7a3e5978b475d2365b72196e15a1a326
  Author: Fujii Hironori <[email protected]>
  Date:   2025-11-03 (Mon, 03 Nov 2025)

  Changed paths:
    M Source/WTF/wtf/Hasher.h

  Log Message:
  -----------
  REGRESSION(302456@main) [WTF][GCC14] Hasher.h:83:8: error: call of overloaded 
‘add(WTF::Hasher&, uint32_t)’ is ambiguous
https://bugs.webkit.org/show_bug.cgi?id=301892

Reviewed by Yusuke Suzuki.

GCC >=14 couldn't compile Hasher.h after 302456@main. This is a GCC bug.
<https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122550>. Moved the definition of
the template friend function to the outside of Hasher class.

* Source/WTF/wtf/Hasher.h:
(WTF::add):
(WTF::Hasher::add): Deleted.

Canonical link: https://commits.webkit.org/302514@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to