[Webkit-unassigned] [Bug 188785] New: Allow creating WeakPtrs to const objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 21 05:03:47 PDT 2018


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

            Bug ID: 188785
           Summary: Allow creating WeakPtrs to const objects
           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: koivisto at iki.fi

const Foo foo;
auto weakFoo = makeWeakPtr(foo);

should work.

-- 
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/20180821/1814f4c2/attachment.html>


More information about the webkit-unassigned mailing list