auto_ptr cleanup

Description

Most uses of auto_ptr should be replaced by boost::scoped_ptr (the former is copyable, the latter isn't, so using scoped_ptr prevents accidental copying).

Environment

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Fix versions

Created April 6, 2018 at 8:26 PM
Updated July 17, 2018 at 1:56 PM
Resolved April 9, 2018 at 8:26 PM