[webkit-changes] [WebKit/WebKit] cc4afd: Fix PlayStation build following 276417 at main

Ross Kirsling noreply at github.com
Wed Mar 20 19:23:15 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cc4afd55e79ab471f49f361a783bf6f8b551c429
      https://github.com/WebKit/WebKit/commit/cc4afd55e79ab471f49f361a783bf6f8b551c429
  Author: Ross Kirsling <ross.kirsling at sony.com>
  Date:   2024-03-20 (Wed, 20 Mar 2024)

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

  Log Message:
  -----------
  Fix PlayStation build following 276417 at main
https://bugs.webkit.org/show_bug.cgi?id=271352

Unreviewed build fix.

PlayStation doesn't currently support std::is_integral, but there's no reason not to use std::is_integral_v anyway.

* Source/WTF/wtf/MathExtras.h:
(WTF::negate):
Replace std::is_integral with std::is_integral_v, as we do elsewhere in the very same file.

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



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


More information about the webkit-changes mailing list