Skip to content
This repository was archived by the owner on Jul 26, 2026. It is now read-only.

Use std::unique_ptr where possible instead of manual pointer handling - #1542

Merged
p12tic merged 12 commits into
input-leap:masterfrom
p12tic:unique-ptr
Jan 6, 2023
Merged

Use std::unique_ptr where possible instead of manual pointer handling#1542
p12tic merged 12 commits into
input-leap:masterfrom
p12tic:unique-ptr

Conversation

@p12tic

@p12tic p12tic commented Jan 6, 2023

Copy link
Copy Markdown
Contributor

This PR is partial cleanup of new/delete pairs where std::unique_ptr can be used to ensure that the stored pointer is deleted.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant