class scope virtual template functions

BCS ao at pathlink.com
Fri May 30 08:13:38 PDT 2008


Reply to janderson,

> 
> Call it like:
> 
> this.Templet()!("foo")(arg)
> 
> //Might simplify to due to D's magic property stuff
> this.Templet!("foo")(arg)
> 
> Something like that. Haven't tried it so don't know if it would work
> and what massaging would be needed.
> 
> -Joel
> 

that still wouldn't work in my case because I'm looking at mucking with the 
vtbl to, at runtime generate new types. (yes I know I'm crazy)





More information about the Digitalmars-d mailing list