[Webkit-unassigned] [Bug 142995] New: [WTF] Use adoptUniquePtr and leakUniquePtr until C++14 unique_ptr capture in Lambda become available

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 23 17:43:48 PDT 2015


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

            Bug ID: 142995
           Summary: [WTF] Use adoptUniquePtr and leakUniquePtr until C++14
                    unique_ptr capture in Lambda become available
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jh718.park at samsung.com

According to Mr.Adler's comment "It’s not nearly was easy to spot the explicit std::unique_ptr construction and see that it matches up with the release() call. Seems like we should make an adopt function for unique_ptr in WTF so this idiom is more readable.", add adoptUniquePtr and leakUniquePtr.

-- 
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/20150324/e1da2e4d/attachment-0002.html>


More information about the webkit-unassigned mailing list