https://d.puremagic.com/issues/show_bug.cgi?id=12287
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Vladimir Panteleev <[email protected]> 2014-03-02 23:20:31 EET --- It looks like the underlying problem is that the parent of a template instance is the template instance itself. Reduced: struct X(T) { } alias Xi = X!int; static assert(!__traits(isSame, Xi, __traits(parent, Xi))); -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
