On Wed, Jun 13, 2007 at 10:19:14PM +0200, Stefan Schimanski wrote:
> >>One problem I see here: What about the constructors? They must be
> >>generic in DimStuff, no?
> >
> >If you need the constructors, your question is the answer:
> >
> > struct FatInset : DimStuff<WhatEverParentInset> {
> >             FatInset(non-"standard"-stuff-here) { ... }
> > }
> 
> No, it does not allow me to have non-standard constructors in  
> WhatEverParentInset.

Ah ... got it now. 

> Or at least there must be a standard one which  
> can be called by DimStuff<T>. One can of course move to a general two  
> stage intialisation in those cases.

That would be a solution.

Andre'

Reply via email to