Bug 156894

Summary: [ANGLE] Remove deprecated auto_ptr warning
Product: WebKit Reporter: Joonghun Park <jh718.park>
Component: ANGLEAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dino
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.