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
Joonghun Park
Comment 1 2016-04-22 00:08:57 PDT
Note You need to log in before you can comment on or make changes to this bug.