http://d.puremagic.com/issues/show_bug.cgi?id=10936
Henning Pohl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Henning Pohl <[email protected]> 2013-09-01 05:25:27 PDT --- Reduced: ---- struct Vec(string s) { auto opDispatch(string v)() { return Vec!v.init; } void foo() { auto v = Vec!"".init; auto p = v.something; } } Vec!"" v; ---- Replace Vec!v.init with Vec!v() to second assertion instead. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
