Replies: 2 comments 2 replies
-
It compiled for me with no errors. |
Beta Was this translation helpful? Give feedback.
1 reply
-
There was already a PR open commenting out that line: dlang/dlang.org#3571 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just opened a draft PR #15085.
But the tests failed because the problem I'm trying to solve is part of the spec:
My PR is about making type deduction for Alias Template possible. It should be reviewed to see if it's plausible before the spec can be changed, but it can't even pass the tests because the spec forces the compiler not to do type deduction for Alias Template.
I don't know what to do now.
Beta Was this translation helpful? Give feedback.
All reactions