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 Issue 8575 - Lambda expression causes compilation error with template function #1158

Merged
merged 1 commit into from Oct 27, 2012

Conversation

9rnsr
Copy link
Contributor

@9rnsr 9rnsr commented Oct 2, 2012

http://d.puremagic.com/issues/show_bug.cgi?id=8575

Template lambda (e.g. a => a) is an expression, so we should keep FuncExp until actually starting instantiation of passed template instance.

…late function

Template lambda is an expression, so we should keep FuncExp until actually starting instantiation of passed template instance.
yebblies added a commit that referenced this pull request Oct 27, 2012
fix Issue 8575 - Lambda expression causes compilation error with template function
@yebblies yebblies merged commit 8b82a0a into dlang:master Oct 27, 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
2 participants