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

Fixes a bug with (real) Clang on MacOS #12

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Fixes a bug with (real) Clang on MacOS #12

merged 1 commit into from
Sep 16, 2024

Conversation

GagaLP
Copy link
Contributor

@GagaLP GagaLP commented Sep 16, 2024

This patch resolves an issue in Clang version 17 and above on macOS, where the standard library contains a bug that prevents std::type_info instances of the same type from comparing as equal when used across shared libraries.

@GagaLP GagaLP requested a review from fknorr September 16, 2024 08:58
Copy link
Collaborator

@fknorr fknorr left a comment

Choose a reason for hiding this comment

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

Thanks, LGTM!

@GagaLP GagaLP merged commit b987eee into master Sep 16, 2024
16 checks passed
@GagaLP GagaLP deleted the macos_fix_clang branch September 16, 2024 14:36
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.

2 participants