[Webkit-unassigned] [Bug 202332] New: Implement a copy constructor for KeyValuePair

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 27 14:03:24 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=202332

            Bug ID: 202332
           Summary: Implement a copy constructor for KeyValuePair
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wenson_hsieh at apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190927/b7ea9231/attachment.html>


More information about the webkit-unassigned mailing list