https://issues.dlang.org/show_bug.cgi?id=7841
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |dlang-bugzilla@thecybershad | |ow.net Resolution|--- |WORKSFORME --- Comment #1 from Vladimir Panteleev <[email protected]> --- Error message now looks like: test.d(3,8): Error: template test.foo cannot deduce function from argument types !()(const(int[])), candidates are: test.d(1,6): test.foo(T)(ref T[] a) Hopefully that qualifies as an improvement! --
