Template recursion error on table struct

data pulverizer via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Mar 26 02:23:06 PDT 2016


On Saturday, 26 March 2016 at 06:28:42 UTC, Ali Çehreli wrote:
> Likewise, that instantiation of ColumnTable is with the symbols 
> 'names', 'salary', and 'age'. Is that what you want? Or do you 
> want to instantiate with their types? Can you explain some more 
> what you are trying to do.
>
> Ali

I guess am trying to instantiate the class using symbols that 
should pass a tuple right to the data member. Does that mean that 
I need to use a mixin template instead of a template?


More information about the Digitalmars-d-learn mailing list