www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - instantiate a tuple of templates

reply "John Colvin" <john.loughran.colvin gmail.com> writes:
Say I have a template

template A(T ...)
{
     void A
}
Aug 01 2013
parent "John Colvin" <john.loughran.colvin gmail.com> writes:
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.
Aug 01 2013