[webkit-changes] [WebKit/WebKit] 01eba7: [WTF] std::aligned_storage_t is deprecated in C++23

Commit Queue noreply at github.com
Sun Aug 18 07:49:15 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 01eba7c416725cfd4eec57ab16daffa25b8124b4
      https://github.com/WebKit/WebKit/commit/01eba7c416725cfd4eec57ab16daffa25b8124b4
  Author: David Kilzer <ddkilzer at apple.com>
  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


More information about the webkit-changes mailing list