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 inout matching with template function #486

Closed
wants to merge 8 commits into from
Closed

Conversation

9rnsr
Copy link
Contributor

@9rnsr 9rnsr commented Nov 1, 2011

This pull request includes #425 for inout matching test of template function.
Therefore this patch requires the patches of druntime and phobos.

Additional fixes.
Issue 6872 - Breaking type parsing of shared(inout(int)[])
Issue 6873 - Multiple storage class is not allowed on template argument

requires: druntime git://github.com/9rnsr/druntime.git fix6208_on_inout
requires: phobos git://github.com/9rnsr/phobos.git fix6208_on_inout

@9rnsr
Copy link
Contributor Author

9rnsr commented Dec 13, 2011

Issue 6872 was fixed by merging pull #555.
And I'll move commit for 6873 into pull #556, because they are very similar parser issues.
Then I'll close this request.

@9rnsr 9rnsr closed this Dec 13, 2011
braddr pushed a commit to braddr/dmd that referenced this pull request Oct 22, 2012
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