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


[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]


--- Comment #6 from [email protected] 2014-04-05 04:24:32 PDT ---
See also:
http://forum.dlang.org/thread/[email protected]

Reduced to:
//----
struct S(T) 
{
    static assert(hasIndirections!T);
}

class A(T) 
{
    S!A a;
}

A!int dummy;
//----

In this case, it should work, since you don't need to know about A to know that
it's a class, and as such, is an indirection.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to