https://d.puremagic.com/issues/show_bug.cgi?id=12287


Vladimir Panteleev <thecybersha...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybersha...@gmail.com


--- Comment #1 from Vladimir Panteleev <thecybersha...@gmail.com> 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: -------

Reply via email to