Bug 202332

Summary: Implement a copy constructor for KeyValuePair
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Wenson Hsieh
Reported 2019-09-27 14:03:24 PDT
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
Wenson Hsieh
Comment 1 2019-09-27 14:19:49 PDT
…on further examination, this doesn’t really help with what I’m trying to achieve :P
Note You need to log in before you can comment on or make changes to this bug.