Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cc4afd55e79ab471f49f361a783bf6f8b551c429
      
https://github.com/WebKit/WebKit/commit/cc4afd55e79ab471f49f361a783bf6f8b551c429
  Author: Ross Kirsling <[email protected]>
  Date:   2024-03-20 (Wed, 20 Mar 2024)

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

  Log Message:
  -----------
  Fix PlayStation build following 276417@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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to