[Issue 11726] ICE with ufcs on undefined identifier and opDispatch
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Dec 12 03:44:01 PST 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11726
yebblies <yebblies at gmail.com> 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 <yebblies at gmail.com> 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: -------
More information about the Digitalmars-d-bugs
mailing list