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

--- Comment #4 from Kenji Hara <k.hara...@gmail.com> ---
(In reply to monarchdodra from comment #3)
> 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;
> //----

https://github.com/D-Programming-Language/dmd/pull/3544

--

Reply via email to