Skip to content

Deprecate use of std::auto_ptr in favour of std::unique_ptr #80

@stefanseefeld

Description

@stefanseefeld

Replace all internal usages of std::auto_ptr by std::unique_ptr whenever the compiler supports it. Support for std::auto_ptr in user code needs to be maintained for backward-compatibility.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions