Opened 4 years ago
Closed 4 years ago
#2837 closed task (fixed)
Replace auto_ptr usages with unique_ptr
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | 4.0 |
Component: | General | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
auto_ptr is long deprecated and its effective drop-in replacement is unique_ptr
Note:
See TracTickets
for help on using tickets.
In 9839: