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

Nick Treleaven <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Nick Treleaven <[email protected]> ---
Still doesn't work:

temcons.d(17): Error: template instance `temcons.gc_free2!int` does not match
template declaration `gc_free2(T)(Type data)`

And you can't even alias the template instance:

alias a = gc_free2!int; // same error

--

Reply via email to