[Issue 14675] template specialization for T: T* and T: T[] has issues with IFTI

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jun 11 08:05:29 PDT 2015


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

--- Comment #3 from Steven Schveighoffer <schveiguy at 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)

--


More information about the Digitalmars-d-bugs mailing list