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: Fix unordered_map subscript operator causing ldc++ duplicate symbols #519

Merged
merged 3 commits into from
Feb 3, 2025

Conversation

mrousavy
Copy link
Owner

@mrousavy mrousavy commented Feb 3, 2025

__map[something] caused duplicate symbols because of Swift's CxxPair protocol glue wrapper.

This is fixed by moving that code into our own set_* function that uses emplace instead.

Also updates rn screens

Copy link

vercel bot commented Feb 3, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
nitro-docs ⬜️ Skipped (Inspect) Feb 3, 2025 1:42pm

@mrousavy mrousavy changed the title chore: Update react-native-screens fix: Fix unordered_map subscript operator causing ldc++ duplicate symbols Feb 3, 2025
@mrousavy mrousavy merged commit 7a288e4 into main Feb 3, 2025
18 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.

1 participant