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

Ensure async lambdas are templates to fix LDC linker errors. Fixes #65. #68

Merged
merged 2 commits into from
Mar 8, 2018

Conversation

s-ludwig
Copy link
Member

@s-ludwig s-ludwig commented Mar 8, 2018

If the lambda is a concrete function, two different versions will end up for it in the final binary on macOS when compiled with LDC. Using argument inference works around that issue.

If the lambda is a concrete function, two different versions will end up for it in the final binary on macOS when compiled with LDC. Using argument inference works around that issue.
@s-ludwig s-ludwig mentioned this pull request Mar 8, 2018
@s-ludwig s-ludwig merged commit 47cfbff into master Mar 8, 2018
@s-ludwig s-ludwig deleted the fix_ldc_macos branch March 8, 2018 14:50
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.

None yet

1 participant