[Webkit-unassigned] [Bug 215550] [WTF] HashTable<Ref<K>, V>::HashTable(const HashTable& other) can't compile

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 16 14:36:42 PDT 2020


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

Darin Adler <darin at apple.com> changed:

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

--- Comment #3 from Darin Adler <darin at apple.com> ---
I suspect we can fix this by:

1) Using std::forward instead of WTFMove in assignToEmpty.
2) Overloading assignToHashTableEmptyValue for both Ref&& and const Ref&.

But that may not be correct.

-- 
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/20200816/a969df1b/attachment.htm>


More information about the webkit-unassigned mailing list