https://d.puremagic.com/issues/show_bug.cgi?id=11726
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull Summary|ICE with ufcs on undefined |ICE with ufcs on undefined |identifier |identifier and opDispatch --- Comment #1 from yebblies <[email protected]> 2013-12-12 22:43:58 EST --- struct S { auto opDispatch(string fn, Args...)(Args args) { } } void main() { S().reserve(x.foo()); } https://github.com/D-Programming-Language/dmd/pull/2954 -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
