Feature #2137
C++11 cleanup: replace use of auto_ptr
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
Cleanup: Replaced use of auto_ptr
IssueID #2137
History
#1 Updated by skyjake almost 9 years ago
- Priority changed from Normal to Low
#2 Updated by skyjake almost 9 years ago
- Target version set to 2.0 – Home UI & Packages
#3 Updated by skyjake almost 9 years ago
- Status changed from New to In Progress
#4 Updated by skyjake almost 9 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 almost 9 years ago
- Target version changed from 2.0 – Home UI & Packages to 1.15.6
Cleanup: Replaced use of auto_ptr
IssueID #2137