Bug 156894 - [ANGLE] Remove deprecated auto_ptr warning
Summary: [ANGLE] Remove deprecated auto_ptr warning
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: ANGLE (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-22 00:06 PDT by Joonghun Park
Modified: 2016-04-22 00:08 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joonghun Park 2016-04-22 00:06:09 PDT
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]
Comment 1 Joonghun Park 2016-04-22 00:08:57 PDT
Committed r199873: <http://trac.webkit.org/changeset/199873>