You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by J�r�me Siour <je...@smtp2.cosmosbay.com> on 2000/07/03 10:56:57 UTC

[xerces 1.2 - HPUX 11]

Hi,

I'm using xerces 1.2.0 on HPUX 11.

I have a lots of warnings when I compile a file including xerces headers:
warning: `class XXX' has virtual functions but non-virtual destructor

Indead, when I look at xerces includes, I can see that a lot of destructors are not virtual.

Do you think that this is an oversight, or that there is a particular reason not to
declare these destructors as virtual?

(that's not critical, but I'm a bit borrowed by all these warnings on the output...)

Thanks in advance,

Jerome Siour.