Bug 202332
Summary: | Implement a copy constructor for KeyValuePair | ||
---|---|---|---|
Product: | WebKit | Reporter: | Wenson Hsieh <wenson_hsieh> |
Component: | Web Template Framework | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Wenson Hsieh
This would allow us to do something like:
KeyValuePair<R, RefPtr<S>> foo = bar;
…where bar is of type KeyValuePair<R, RefPtr<T>> and T is a subclass of S.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Wenson Hsieh
…on further examination, this doesn’t really help with what I’m trying to achieve :P