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

[Core] Remove Incorrect Members from PointerHashMapSet #11602

Merged
merged 6 commits into from
May 27, 2024

Conversation

matekelemen
Copy link
Contributor

Description

PointerHashMapSet wraps an std::unordered_map, yet has members associated with contiguous arrays (PointerHashMapSet::front and PointerHashMapSet::back).

I took the liberty of making some cosmetic updates as well, but the main change is this one: c951dec.

@matekelemen
Copy link
Contributor Author

ping @KratosMultiphysics/technical-committee

@roigcarlo
Copy link
Member

I also think changes are good, can we merge?

@loumalouomega
Copy link
Member

I also think changes are good, can we merge?

I agree

@rubenzorrilla
Copy link
Member

@matekelemen what about this?

@matekelemen matekelemen merged commit 1bb4ea7 into master May 27, 2024
11 checks passed
@matekelemen matekelemen deleted the core/pointer-hash-map-set branch May 27, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

5 participants