HI > Hi Max > > > I'm not sure but did I read somewhere that you shouldn't derive a class > from a templated (base) class?? > > It has nothing to do with templated base classes. You shouldn't inherit from > STL classes as they don't have virtual destructors. > > If you feel the need, stop and use aggregation instead.
Yup that's what I decided as I wasn't sure about inheriting....... Thanks Regards Max
