[webkit-changes] [WebKit/WebKit] d9a146: Make std::unique_ptr<> dumpable via TextStream
Simon Fraser
noreply at github.com
Wed Mar 5 17:14:57 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d9a1467019df868e7619a9b2ab4f350b4a294ab3
https://github.com/WebKit/WebKit/commit/d9a1467019df868e7619a9b2ab4f350b4a294ab3
Author: Simon Fraser <simon.fraser at apple.com>
Date: 2025-03-05 (Wed, 05 Mar 2025)
Changed paths:
M Source/WTF/wtf/text/TextStream.h
Log Message:
-----------
Make std::unique_ptr<> dumpable via TextStream
https://bugs.webkit.org/show_bug.cgi?id=289192
rdar://146327392
Reviewed by Alan Baradlay.
Implement `supports_text_stream_insertion<>` for `std::unique_ptr<>`, as we do for other smart
pointers.
* Source/WTF/wtf/text/TextStream.h:
Canonical link: https://commits.webkit.org/291666@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