Bug 156894
Summary: | [ANGLE] Remove deprecated auto_ptr warning | ||
---|---|---|---|
Product: | WebKit | Reporter: | Joonghun Park <jh718.park> |
Component: | ANGLE | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | dino |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Joonghun Park
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]
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Joonghun Park
Committed r199873: <http://trac.webkit.org/changeset/199873>