https://issues.dlang.org/show_bug.cgi?id=12719
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|FIXED |--- --- Comment #3 from [email protected] --- 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; //---- --
