Hi guys,Apart from deriving from the same class and declaring an array of that
root class, is there a way to create an array of templates?
This seems not possible since template are compile-time generated, but just to be sure. For example, it seems logical to get an array of complex numbers but Complex needs to be declared with a type.
Thanks for any hint.