Mono-D v0.4.1.2 - Heavily improved performance + Completion bugs removed

Nick Sabalausky SeeWebsiteToContactMe at semitwist.com
Thu Aug 23 19:40:40 PDT 2012


On Fri, 24 Aug 2012 01:18:25 +0200
"alex" <info at alexanderbothe.com> wrote:
> 
> class D : C!(A!int.SubClass) { } // is not allowed, but A!int is 
> -- why?
> 

IIRC, I've had problems doing anything complex in a no-paren template
parameter. I always figured if you're doing no-parens, it had to be a
single token (Maybe I'm wrong?). Does it work if you do this?:
A!(int.SubClass)



More information about the Digitalmars-d-announce mailing list