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 Allocator issues reported by ReSharper #168

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

WSSDude
Copy link
Contributor

@WSSDude WSSDude commented Jan 12, 2025

  • missing template keyword calling dependent function name
  • missing default initialization for AllocationResult
  • disable ReSharper virtual destructor check
  • reformat
  • remove deprecated structs

@WSSDude WSSDude marked this pull request as draft January 12, 2025 12:51
@WSSDude WSSDude force-pushed the feature/allocator-changes branch 2 times, most recently from c28ee69 to fcee988 Compare January 12, 2025 15:42
@WSSDude WSSDude marked this pull request as ready for review January 12, 2025 15:43
@WSSDude WSSDude force-pushed the feature/allocator-changes branch from fcee988 to 2f085c1 Compare January 12, 2025 15:44
- missing template keyword calling dependent function name
- missing default initialization for AllocationResult
- disable ReSharper virtual destructor check
- reformat
- remove deprecated structs
@WSSDude WSSDude force-pushed the feature/allocator-changes branch from 2f085c1 to 855ba85 Compare January 12, 2025 15:47
Copy link
Owner

@wopss wopss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@psiberx psiberx merged commit fedf842 into wopss:master Jan 14, 2025
9 checks passed
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.

3 participants