https://issues.dlang.org/show_bug.cgi?id=2803
Denis Shelomovskij <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Hardware|x86 |All Version|unspecified |D2 --- Comment #3 from Denis Shelomovskij <[email protected]> --- Simplified testcase: --- void fun(T)(T = 0) { } void main() { fun(); } --- main.d(3): Error: template main.fun cannot deduce function from argument types !()(), candidates are: main.d(1): main.fun(T)(T = 0) --- --
