Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 867f03b4cc6e552032cf1a5158fc1574db0f926a
https://github.com/WebKit/WebKit/commit/867f03b4cc6e552032cf1a5158fc1574db0f926a
Author: Ross Kirsling <[email protected]>
Date: 2025-04-07 (Mon, 07 Apr 2025)
Changed paths:
M Tools/TestWebKitAPI/Tests/WTF/Hasher.cpp
Log Message:
-----------
[TestWTF] Eliminate use of deprecated has_denorm
https://bugs.webkit.org/show_bug.cgi?id=291248
Reviewed by Don Olmstead.
has_denorm is deprecated in C++23, but the tests for WTF::Hasher are using it
to guard a denorm_min() call. Based on
https://en.cppreference.com/w/cpp/types/numeric_limits/denorm_min, it should
suffice to guard with is_iec559 instead.
* Tools/TestWebKitAPI/Tests/WTF/Hasher.cpp:
(TestWebKitAPI::TEST(WTF, Hasher_floatingPoint)):
Canonical link: https://commits.webkit.org/293393@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