Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8f9df93cc584eff8ace88356caca049dbd29d876
      
https://github.com/WebKit/WebKit/commit/8f9df93cc584eff8ace88356caca049dbd29d876
  Author: Rose <[email protected]>
  Date:   2023-11-03 (Fri, 03 Nov 2023)

  Changed paths:
    M Source/WTF/wtf/HashFunctions.h
    M Source/WTF/wtf/HashTraits.h

  Log Message:
  -----------
  [WTF] Switch to variadic templates for HashSet and HashMap
https://bugs.webkit.org/show_bug.cgi?id=264101

Now that we are using C++20, we can use C++17 variadic templates and
resolve the FIXMEs pertaining to that in HashSet and HashMap.

Reviewed by Alex Christensen.

* Source/WTF/wtf/HashFunctions.h: Use variadic templates.
(WTF::TupleHash::allTrue): Deleted.
* Source/WTF/wtf/HashTraits.h: Use variadic templates.
(WTF::TupleHashTraits::allTrue): Deleted.

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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to