[Webkit-unassigned] [Bug 176228] std::optional<Ref> should be as compact as RefPtr

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 1 11:02:46 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=176228

Alex Christensen <achristensen at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |achristensen at apple.com

--- Comment #1 from Alex Christensen <achristensen at apple.com> ---
Can we make the specialization copyable like RefPtr is?
If we make a specialization of std::optional<Ref<T>> with the intent of saving memory, should we make similar specializations of std::optional<T&> and std::optional<bool>?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170901/1000d47e/attachment.html>


More information about the webkit-unassigned mailing list