Skip to content

Conversation

@jdh8
Copy link
Contributor

@jdh8 jdh8 commented Jun 4, 2024

  1. Replace all instances of delete with automatic memory management
    a. Use automatic variables if possible
    b. Use std::unique_ptr if we must
  2. Replace empty destructors with default ones to allow inlining

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant