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

Steven Schveighoffer <schvei...@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schvei...@yahoo.com

--- Comment #3 from Steven Schveighoffer <schvei...@yahoo.com> ---
Wouldn't it be enough to simply change the call to the opaque function
_d_newitemT(TypeInfo ti) to a template _d_newitem!(T)() ?

I don't want to put more special code in the compiler if possible.

--

Reply via email to