Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compiler errors related to using an incomplete type with an std::unique_ptr #35

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

bdutro
Copy link
Collaborator

@bdutro bdutro commented Apr 8, 2024

Deleter is malformed unless the destructor is defined in the STFReaderBase .cpp file.

Fixes build errors with newer compilers/C++ standards.

…unique_ptr

    - Deleter is malformed unless the destructor is defined in the
      STFReaderBase .cpp file
@bdutro bdutro merged commit cc043b2 into master Apr 8, 2024
1 check passed
@bdutro bdutro deleted the dev/bdutro/fix-deleter-error branch April 8, 2024 21:40
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