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

--- Comment #3 from Steven Schveighoffer <schvei...@yahoo.com> ---
(In reply to Steven Schveighoffer from comment #2)

> I feel like it's shorthand for this:
> 
> foo(U : T*, T)(U *t)
> 
> But U isn't actually listed or accessible. BTW, the above has the same issue
> with IFTI.

gah, wish I could edit.

That should read:

foo(U : T*, T)(T *t)

--

Reply via email to