On Friday, 19 June 2020 at 16:16:55 UTC, SealabJaster wrote:
If you take a look at this code here: https://godbolt.org/z/4T3uLh

You can see that when using a templated alias, the compiler fails to infer the T template parameter, but only when using the function that also asks for the alias, instead of the original type.

I was just wondering if this is correct behavior, since it's a slightly annoying, but easy to deal with difference.

This is a known issue:

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

Reply via email to