
7 Mar
2008
7 Mar
'08
11:41 p.m.
frederic.bron@alcan.com wrote:
It is a bad idea to derive from a class which destructor is not virtual like multi_array You should better use composition (i.e. multi_array is a member of your matrix class).
I can sympathize with the OP, though. Composition means hand-writing lots of forwarding methods.