WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
202332
Implement a copy constructor for KeyValuePair
https://bugs.webkit.org/show_bug.cgi?id=202332
Summary
Implement a copy constructor for KeyValuePair
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug