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 ChunkSerializerRegistry type_info matching on Windows #1013

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Musteblume
Copy link
Contributor

Fixes error that the registry is not finding serializers on Windows.

type_info addresses and names are not guaranteed to be unique. To my knowledge before() is the only reliable way to compare type_info. This worked on Windows 11 24H2 and Ubuntu 24.04 for me.

@levy levy self-requested a review December 12, 2024 16:44
@levy levy added the Bug label Dec 12, 2024
@levy levy removed their request for review December 19, 2024 10:39
@levy levy added this to the INET 4.6 milestone Dec 19, 2024
ZoltanBojthe added a commit that referenced this pull request Jan 7, 2025
…::unordered_map<std::type_index, foo> for platform independently code
ZoltanBojthe added a commit that referenced this pull request Jan 10, 2025
…::unordered_map<std::type_index, foo> for platform independently code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants