On Thu, 08 Nov 2012 22:46:46 +0100 "Rob T" <r...@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.