Project

General

Profile

Feature #2137

C++11 cleanup: replace use of auto_ptr

Added by skyjake over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Low
Assignee:
Category:
3rd party compatibility
Target version:
Start date:
2015-11-28
% Done:

100%


Description

C++11 deprecates auto_ptr. In almost all places, the appropriate replacement is unique_ptr.

Newer GCC versions in particular are very verbose when it comes to warning about deprecations.

Associated revisions

Revision b70c42db (diff)
Added by skyjake over 8 years ago

Cleanup: Replaced use of auto_ptr

IssueID #2137

Revision 2f051baa (diff)
Added by skyjake over 8 years ago

Cleanup: Replaced use of auto_ptr

IssueID #2137

History

#1 Updated by skyjake over 8 years ago

  • Priority changed from Normal to Low

#2 Updated by skyjake over 8 years ago

  • Target version set to 2.0 – Home UI & Packages

#3 Updated by skyjake over 8 years ago

  • Status changed from New to In Progress

#4 Updated by skyjake over 8 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 0 to 100

Assimp still has some auto_ptr usage, but that's not our problem.

#5 Updated by skyjake over 8 years ago

  • Target version changed from 2.0 – Home UI & Packages to 1.15.6

Also available in: Atom PDF