Compilable Recursive Data Structure ( was: Recursive data	structure using template won't compile)
    Nick Sabalausky 
    SeeWebsiteToContactMe at semitwist.com
       
    Thu Nov  8 13:52:51 PST 2012
    
    
  
On Thu, 08 Nov 2012 22:46:46 +0100
"Rob T" <rob at ucora.com> wrote:
> 
> So is there a way to retain identical struct types for R by 
> disabling the not-so-useful-in-my-case template recursion?
> 
There is no template recursion in your code (you have *exactly* 3
concrete types even after all template instantiations), see my reply to
Manfred.
    
    
More information about the Digitalmars-d-learn
mailing list