NEW 180091
Support std::reference_wrapper in HashTable
https://bugs.webkit.org/show_bug.cgi?id=180091
Summary Support std::reference_wrapper in HashTable
Daniel Bates
Reported 2017-11-28 10:15:48 PST
We should support storing std::reference_wrapper objects in HashTable, HashSet, et cetera.
Attachments
Daniel Bates
Comment 1 2017-11-28 11:05:37 PST
It is likely not meaningful to add support for storing std::reference_wrapper objects in HashTable if the preferred practice is to hold Ref<>/RefPtr<>s to elements in collections regardless of collection usage.
Note You need to log in before you can comment on or make changes to this bug.