[Webkit-unassigned] [Bug 156894] New: [ANGLE] Remove deprecated auto_ptr warning

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 22 00:06:09 PDT 2016


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

            Bug ID: 156894
           Summary: [ANGLE] Remove deprecated auto_ptr warning
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: ANGLE
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jh718.park at samsung.com
                CC: dino at apple.com

Use std::unique_ptr instead of std::auto_ptr which removes the warning below.
warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]

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


More information about the webkit-unassigned mailing list