[Webkit-unassigned] [Bug 233384] Ref<T> should support indirection operator *
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 19 15:46:06 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=233384
--- Comment #2 from Geoffrey Garen <ggaren at apple.com> ---
Jean-Yves mentioned on Slack that supporting operator*() would make converting from RefPtr<T> to Ref<T> easier.
Alex seems to be pointing out that supporting operator*() would make converting from Ref<T> to RefPtr<T> harder / more error-prone.
It seems like the logic here is the same: There's an impedance mismatch because Ref<T> offers more than RefPtr<T>.
--
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/20211119/3496450a/attachment-0001.htm>
More information about the webkit-unassigned
mailing list