WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
156894
[ANGLE] Remove deprecated auto_ptr warning
https://bugs.webkit.org/show_bug.cgi?id=156894
Summary
[ANGLE] Remove deprecated auto_ptr warning
Joonghun Park
Reported
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]
Attachments
Add attachment
proposed patch, testcase, etc.
Joonghun Park
Comment 1
2016-04-22 00:08:57 PDT
Committed
r199873
: <
http://trac.webkit.org/changeset/199873
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug