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

Add allocator tool tests #6

Merged
merged 18 commits into from
Jan 23, 2025
Merged

Add allocator tool tests #6

merged 18 commits into from
Jan 23, 2025

Conversation

dietmarkuehl
Copy link
Collaborator

No description provided.

Comment on lines 51 to 52
auto ptr{new (std::allocator_arg, &resource)
allocator_aware<std::pmr::polymorphic_allocator<std::byte>>()};

Choose a reason for hiding this comment

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

[pre-commit] reported by reviewdog 🐶

Suggested change
auto ptr{new (std::allocator_arg, &resource)
allocator_aware<std::pmr::polymorphic_allocator<std::byte>>()};
auto ptr{new (std::allocator_arg, &resource) allocator_aware<std::pmr::polymorphic_allocator<std::byte>>()};

@dietmarkuehl dietmarkuehl merged commit dab106d into main Jan 23, 2025
72 checks passed
@dietmarkuehl dietmarkuehl deleted the add-allocator-tool-tests branch January 23, 2025 22:54
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