August 01, 2013
Say I have a template

template A(T ...)
{
    void A
}
August 01, 2013
On Thursday, 1 August 2013 at 12:43:21 UTC, John Colvin wrote:
> Say I have a template
>
> template A(T ...)
> {
>     void A
> }

woops.... sorry, partial post. Will finish and post again.