Opened 3 years ago

Closed 3 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

Change History (1)

comment:1 by jng, 3 years ago

Resolution: fixed
Status: assignedclosed

In 9839:

Replace usages of auto_ptr with unique_ptr

Fixes #2837

Note: See TracTickets for help on using tickets.