https://issues.dlang.org/show_bug.cgi?id=12719

monarchdo...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |monarchdo...@gmail.com
         Resolution|FIXED                       |---

--- Comment #3 from monarchdo...@gmail.com ---
I still ice with this, and it passed in 2.065:

//----
enum canDoIt(R) = is(typeof(Wrapper!R));

struct Wrapper(R)
{
    R r;
    static if (canDoIt!R)
    {}
}

Wrapper!int a;
//----

--

Reply via email to