myFunc(U:MyClass...)(U args)

tsalm tsalm at free.fr
Thu Aug 21 14:45:40 PDT 2008


Hi all,

I've got another problem with template. I want to do this :
  void myFunc(U:MyClass...)(U args) {  }

but dmd return an error :
   found '...' when expecting ')'
   ...


Thanks in advance,
TSalm


More information about the Digitalmars-d-learn mailing list