Skip to content

Factory should use unique_ptr #7

@bengreenier

Description

@bengreenier

Today, the Factory class returns shared_ptr on Allocate(...) calls - it should instead return unique_ptr as we do not continue to own the lifetime of the pointer, nor do we maintain a reference to it.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions