Bug 180091
| Summary: | Support std::reference_wrapper in HashTable | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Daniel Bates <dbates> |
| Component: | Web Template Framework | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | rniwa |
| Priority: | P2 | ||
| Version: | WebKit Local Build | ||
| Hardware: | All | ||
| OS: | All | ||
Daniel Bates
We should support storing std::reference_wrapper objects in HashTable, HashSet, et cetera.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Daniel Bates
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.