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

Issue 6574 - Erroneous recursive call in template instantiation #750

Merged
merged 1 commit into from Jan 10, 2015

Conversation

9rnsr
Copy link
Contributor

@9rnsr 9rnsr commented Jan 9, 2015

https://issues.dlang.org/show_bug.cgi?id=6574

Improve mangling scheme to distinguish instantiations with specialized template parameters.

If a template argument matches to specialized template parameter, the argument is mangled with prefix 'H'.

Improve mangling scheme to distinguish instantiations with specialized template parameters.

If a template argument matches to specialized template parameter, the argument is mangled with prefix 'H'.
@9rnsr
Copy link
Contributor Author

9rnsr commented Jan 9, 2015

Corresponding compiler fix: dlang/dmd#4270

@andralex
Copy link
Member

andralex commented Jan 9, 2015

Is there a way in github to specify that one pull is dependent on another?

WalterBright added a commit that referenced this pull request Jan 10, 2015
Issue 6574 - Erroneous recursive call in template instantiation
@WalterBright WalterBright merged commit 416e780 into dlang:master Jan 10, 2015
@9rnsr 9rnsr deleted the fix6574 branch January 10, 2015 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants