Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 01eba7c416725cfd4eec57ab16daffa25b8124b4
      
https://github.com/WebKit/WebKit/commit/01eba7c416725cfd4eec57ab16daffa25b8124b4
  Author: David Kilzer <[email protected]>
  Date:   2024-08-18 (Sun, 18 Aug 2024)

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

  Log Message:
  -----------
  [WTF] std::aligned_storage_t is deprecated in C++23
<https://bugs.webkit.org/show_bug.cgi?id=278281>
<rdar://134153380>

Reviewed by Yusuke Suzuki.

* Source/WTF/wtf/TinyLRUCache.h:
- Switch from std::aligned_storage_t<> to std::byte with alignas()
  attribute.

Canonical link: https://commits.webkit.org/282396@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