Bug 180091

Summary: Support std::reference_wrapper in HashTable
Product: WebKit Reporter: Daniel Bates <dbates>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: rniwa
Priority: P2    
Version: WebKit Local Build   
Hardware: All   
OS: All   

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.