Bug 180091 - Support std::reference_wrapper in HashTable
Summary: Support std::reference_wrapper in HashTable
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-28 10:15 PST by Daniel Bates
Modified: 2017-11-28 11:05 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2017-11-28 10:15:48 PST
We should support storing std::reference_wrapper objects in HashTable, HashSet, et cetera.
Comment 1 Daniel Bates 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.